5#ifndef PT_API_TYPETRAITS_H
6#define PT_API_TYPETRAITS_H
40 typedef IMPLEMENTATION_DEFINED
Value;
Core module.
Definition Allocator.h:33
Traits for type properties.
Definition Api-TypeTraits.h:38
static const unsigned int isReference
Definition Api-TypeTraits.h:67
IMPLEMENTATION_DEFINED Pointer
The derived pointer type.
Definition Api-TypeTraits.h:52
static const unsigned int isConst
Definition Api-TypeTraits.h:58
IMPLEMENTATION_DEFINED ConstReference
The derived const qualified reference type.
Definition Api-TypeTraits.h:49
IMPLEMENTATION_DEFINED ConstPointer
The derived const qualified reference type.
Definition Api-TypeTraits.h:55
static const unsigned int isPointer
Definition Api-TypeTraits.h:64
IMPLEMENTATION_DEFINED Reference
The derived reference type.
Definition Api-TypeTraits.h:46
static const unsigned int isVolatile
Definition Api-TypeTraits.h:61
IMPLEMENTATION_DEFINED Value
The derived value type.
Definition Api-TypeTraits.h:40
IMPLEMENTATION_DEFINED ConstValue
The derived const qualified value type.
Definition Api-TypeTraits.h:43