Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::type_info::name_of< T > Struct Template Reference

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.

Detailed Description

template<typename T>
struct templa::type_info::name_of< T >

Primary template to get the string name of a type.

Specializations provide the string literal name for known types.

Template Parameters
TThe type whose name is to be obtained.

The documentation for this struct was generated from the following file: