TypeTraits< void > Struct Template Reference
Type-traits for for void.
#include <cxxtools/typetraits.h>
List of all members.
|
Public Types |
|
typedef void | Value |
|
typedef void | ConstType |
|
typedef void | Reference |
|
typedef void | ConstReference |
|
typedef void * | Pointer |
|
typedef void * | ConstPointer |
Static Public Attributes |
|
static const unsigned int | isConst = 0 |
|
static const unsigned int | isPointer = 0 |
|
static const unsigned int | isReference = 0 |
template<>
struct cxxtools::TypeTraits< void >