|
Returns the basic type (integer, float, bool, string, void) as a string. More...
#include <Type.h>
Public Types | |
typedef std::string | value_t |
Static Public Member Functions | |
template<class S , class T > | |
static T | callback () |
Returns the basic type (integer, float, bool, string, void) as a string.
Usage: Type::call<drain::simpleName>(t)
|
inlinestatic |
S | - type to be analyzed (argument) |
T | - return type (practically value_t) |