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

Go to the source code of this file.

Classes

struct  scl::concepts::DerivedFrom< Derived, Base >
 DerivedFrom concept, a type Derived is derived from another type Base if Derived is a derives from Base. More...
 

Namespaces

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