pointerReferent<T>::type is the type that T points to if T is a pointer. If T is not a pointer, then pointerReference<T>::type is the same as T. More...
#include <classTraits.h>
Public Types | |
typedef T | type |
pointerReferent<T>::type is the type that T points to if T is a pointer. If T is not a pointer, then pointerReference<T>::type is the same as T.
Definition at line 611 of file classTraits.h.
typedef T type |
Definition at line 618 of file classTraits.h.