Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Primary template to get the string name of a type. More...
#include <type_info.hpp>
Static Public Attributes | |
static constexpr auto | value = "" |
String literal representing the name of the type T. |
Primary template to get the string name of a type.
Specializations provide the string literal name for known types.
T | The type whose name is to be obtained. |