isPointerType<T>::value is a compile time constant that is true only if T is a pointer or a builtin array -- which can be treated like a pointer. More...
#include <classTraits.h>
Public Types | |
enum | constants { value = 0 } |
isPointerType<T>::value is a compile time constant that is true only if T is a pointer or a builtin array -- which can be treated like a pointer.
Definition at line 528 of file classTraits.h.
enum constants |
Definition at line 535 of file classTraits.h.