Returns the basic type (integer, float, bool, string, void) as a string.
More...
#include <TypeUtils.h>
|
typedef const std::string & | value_t |
|
|
template<class S , class T > |
static T | callback () |
|
Returns the basic type (integer, float, bool, string, void) as a string.
Usage: Type::call<drain::compactName>(t)
◆ callback()
template<class S , class T >
- Template Parameters
-
S | - type to be analyzed (argument) |
T | - return type (practically value_t) |
The documentation for this class was generated from the following file: