Clementine
|
Dynamic identifier generator. More...
#include <entt.hpp>
Public Types | |
using | family_type = id_type |
Unsigned integer type. | |
Static Public Attributes | |
template<typename... Type> | |
static const family_type | type = 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.