|
PureFSM
|
Logger utilities namespace. More...
Functions | |
| template<typename T > | |
| std::string | type_name () |
| Compile-time reflection. More... | |
Logger utilities namespace.
| pure::logger::type_name | ( | ) |
Compile-time reflection.
| T | type |
Returns a string that is a name of a type T. Compiler dependent. If the compiler does not supports compile-time function signature reflection, the function will be returning an empty string.
1.9.1