curfil  ..
 All Classes Functions Variables Typedefs Friends Groups Pages
Classes
MetaProgramming

Classes

struct  cuv::FalseType
 defines "False" More...
struct  cuv::TrueType
 defines "True" More...
struct  cuv::IsSame< T1, T2 >
 Checks whether two types are equal. More...
struct  cuv::IsSame< T, T >
struct  cuv::IsDifferent< T1, T2 >
 Checks whether two types are different. More...
struct  cuv::IsDifferent< T, T >
struct  cuv::unconst< T >
 Remove "const" from a type. More...
struct  cuv::unconst< const T >
struct  cuv::If< Condition, Then, Else >
 Switch result depending on Condition. More...
struct  cuv::If< false, Then, Else >
struct  cuv::EnableIfC< B, T >
 enable-if controlled creation of SFINAE conditions More...
struct  cuv::EnableIfC< false, T >
struct  cuv::EnableIf< Cond, T >
struct  cuv::DisableIf< Cond, T >

Detailed Description