Clementine
Static Public Member Functions | List of all members
entt::type_name< Type, typename > Struct Template Referencefinal

Type name. More...

#include <entt.hpp>

Static Public Member Functions

static constexpr std::string_view value () ENTT_NOEXCEPT
 Returns the name of a given type. More...
 

Detailed Description

template<typename Type, typename = void>
struct entt::type_name< Type, typename >

Type name.

Template Parameters
TypeType for which to generate a name.

Member Function Documentation

◆ value()

template<typename Type , typename = void>
static constexpr std::string_view entt::type_name< Type, typename >::value ( )
inlinestatic

Returns the name of a given type.

Returns
The name of the given type.

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