OpenLexocad
28.0
|
Dynamic identifier generator. More...
#include <entt.hpp>
Public Types | |
using | family_type = ENTT_ID_TYPE |
Unsigned integer type. More... | |
Static Public Attributes | |
template<typename... Type> | |
static const family_type | type = identifier++ |
Statically generated unique identifier for the given type. More... | |
Dynamic identifier generator.
Utility class template that can be used to assign unique identifiers to types at runtime. Use different specializations to create separate sets of identifiers.
using entt::family<... >::family_type = ENTT_ID_TYPE |
Unsigned integer type.
|
inlinestatic |
Statically generated unique identifier for the given type.