OpenLexocad
27.0
|
Types identifiers. More...
#include <entt.hpp>
Public Types | |
using | identifier_type = ENTT_ID_TYPE |
Unsigned integer type. More... | |
Static Public Attributes | |
template<typename Type > | |
static constexpr identifier_type | type = get<std::decay_t<Type>>(std::index_sequence_for<Types...>{}) |
Statically generated unique identifier for the given type. More... | |
Types identifiers.
Variable template used to generate identifiers at compile-time for the given types. Use the get
member function to know what's the identifier associated to the specific type.
Types | List of types for which to generate identifiers. |
using entt::identifier< Types >::identifier_type = ENTT_ID_TYPE |
Unsigned integer type.
|
static |
Statically generated unique identifier for the given type.