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

Go to the source code of this file.

Classes

struct  scl::concepts::Same< Lhs, Rhs >
 Same concept, two types Lhs and Rhs are considered the same if meta::is_same<Lhs, Rhs>() is true. More...
 

Namespaces

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