Functions | |
| template<typename T > | |
| constexpr auto | type_name () |
| Get type of variable as string in a human-readable way. More... | |
|
constexpr |
Get type of variable as string in a human-readable way.
| T | The type to be returned. |
std::string containing the name of the type. Definition at line 27 of file numeric_cast.h.