EnTT 3.14.0
|
Implementation specific information about a type. More...
#include <type_info.hpp>
Public Member Functions | |
template<typename Type > | |
constexpr | type_info (std::in_place_type_t< Type >) noexcept |
Constructs a type info object for a given type. | |
constexpr id_type | index () const noexcept |
Type index. | |
constexpr id_type | hash () const noexcept |
Type hash. | |
constexpr std::string_view | name () const noexcept |
Type name. | |
Implementation specific information about a type.
Definition at line 133 of file type_info.hpp.
|
inlineconstexprnoexcept |
Constructs a type info object for a given type.
Type | Type for which to construct a type info object. |
Definition at line 140 of file type_info.hpp.
|
inlineconstexprnoexcept |