$darkmode
#include <templates.hpp>
Static Public Attributes | |
| static constexpr const char * | name = "unknown" |
Encode the string name of a type as a static member. This is used for error messages.
Example:
std::cout << typeinfo<int8_t>::name << std::endl;