Returns the basic type (integer, float, bool, string, void) as a string.
More...
#include <TypeName.h>
|
|
typedef 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:
#include "Type.h"
Type::call<drain::simpleName>(t);
- See also
- drain::Type
◆ 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: