TypeTraits Struct Template Reference
Type-traits for for non-const value types.
More...
#include <Pt/TypeTraits.h>
List of all members.
|
Static Public Attributes |
|
static const unsigned int | isConst = 0 |
|
static const unsigned int | isPointer = 0 |
|
static const unsigned int | isReference = 0 |
Detailed Description
template<typename T>
struct Pt::TypeTraits< T >
Compile time type information (CTTI) is implemented in
Pt by the means of
TypeTraits. A number of specialisations allows compile type branching in gerneric code depending on the type.