isPointerType< T > Struct Template Reference

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>

List of all members.

Public Types

enum  constants { value = 0 }

Detailed Description

template<class T>
struct cxxtls::isPointerType< T >

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.

See also:
classTraits_documentation

Definition at line 528 of file classTraits.h.


Member Enumeration Documentation

enum constants
Enumerator:
value 

Definition at line 535 of file classTraits.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:55:57 2012 for CXXUtilities by  doxygen 1.6.3