21 #define ENABLE_TYPENAME(AType, ANamespace) namespace CYB { namespace API { template<> class Typename<ANamespace::AType> { public: constexpr const String::Static Name(void) { return #AType; }};}}
A string pointing to unchanging data in the stack above it or the data segment. Must have UTF-8 encod...
Gets the typename of a type.
static constexpr const String::Static Name(void)
Gets the typename of type AType.