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

Go to the source code of this file.

Classes

struct  scl::concepts::AssignableWith< T, U >
 AssignableWith concept, a type U is assignable to a type T if operator=() is defined for both types (or implicit conversions) More...
 

Namespaces

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