Support Class Library
A set of tools providing classes and utility
|
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | scl::tools::meta::details::__is_instance< class,... > |
struct | scl::tools::meta::details::__is_instance< U, U< T... > > |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::tools | |
General purpose tooling. | |
scl::tools::meta | |
A namespace englobing all the TMP tools. | |
scl::tools::meta::details | |
Namespace for implementation details for TMP. | |
Functions | |
template<template< class, class... > class U, class... T> | |
constexpr bool | scl::tools::meta::is_instance () |
Determines whether a template type is an "instance" of a templated type. More... | |