mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Struct which contains static members describing a type.
Specializations are provided for the fundamental types, std::string, and std::vector of fundamental types.
Definition at line 42 of file typeDescription.hpp.
#include <meta/typeDescription.hpp>
Public Types | |
typedef T | type |
The type iteself. More... | |
Static Public Member Functions | |
static constexpr int | code () |
Returns a unique numeric code for this type. More... | |
static constexpr const char * | name () |
Returns the name of this type. More... | |
typedef T mx::meta::typeDescription< T >::type |
The type iteself.
Definition at line 44 of file typeDescription.hpp.
|
inlinestaticconstexpr |
Returns a unique numeric code for this type.
Definition at line 47 of file typeDescription.hpp.
|
inlinestaticconstexpr |
Returns the name of this type.
Definition at line 50 of file typeDescription.hpp.