EnTT 3.14.0
|
Dynamic identifier generator. More...
#include <family.hpp>
Public Types | |
using | value_type = id_type |
Unsigned integer type. | |
Static Public Attributes | |
template<typename... Type> | |
static const value_type | value = identifier++ |
Statically generated unique identifier for the given type. | |
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.
Definition at line 17 of file family.hpp.
using entt::family<... >::value_type = id_type |
Unsigned integer type.
Definition at line 23 of file family.hpp.
|
inlinestatic |
Statically generated unique identifier for the given type.
Definition at line 28 of file family.hpp.