Clementine
Public Types | Static Public Attributes | List of all members
entt::family<... > Class Template Reference

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.
 

Detailed Description

template<typename...>
class entt::family<... >

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.


The documentation for this class was generated from the following file: