Support Class Library
A set of tools providing classes and utility
Classes | Namespaces | Typedefs
real_const.h File Reference
#include <scl/tools/meta/enable_if.h>
#include <scl/tools/meta/type_mod.h>
#include <scl/tools/meta/type_check.h>
#include <scl/macros.h>

Go to the source code of this file.

Classes

struct  scl::tools::meta::real_const< T, class >
 Get the appropriate const version of a type. More...
 
struct  scl::tools::meta::real_const< T *, void >
 Specialization for pointers. More...
 

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::tools
 General purpose tooling.
 
 scl::tools::meta
 A namespace englobing all the TMP tools.
 

Typedefs

template<class T >
using scl::tools::meta::real_const_t = typename real_const< T >::type