Support Class Library
A set of tools providing classes and utility
Classes | Namespaces
Constructible.h File Reference
#include <scl/tools/meta/type_check.h>
#include <scl/macros.h>
#include <scl/concepts/Destructible.h>

Go to the source code of this file.

Classes

struct  scl::concepts::Constructible< T, Args >
 Constructible concept, a type is constructible with the given arguments if it is destructible and meta::is_constructible<T, Args...>() is true. More...
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::concepts
 A lightweight concept-like library for C++11.