Boost Reflect Library 0.1.0
|
provides compile time access to name of a type. More...
#include <typeinfo.hpp>
Public Types | |
enum | is_defined_enum { is_defined = 0 } |
Static Public Member Functions | |
static const char * | name () |
provides compile time access to name of a type.
Definition at line 9 of file typeinfo.hpp.
enum is_defined_enum |
Definition at line 10 of file typeinfo.hpp.
static const char* name | ( | ) | [static] |
Definition at line 11 of file typeinfo.hpp.
References get_typeinfo< T >::name().
Referenced by get_typeinfo< T >::name().
© Daniel Larimer 2010-2011 - Licensed under Boost Software License, Version 1.0 | Boost Reflect Library |