EnTT 3.14.0
|
Type integral identifiers. More...
#include <ident.hpp>
Public Types | |
using | value_type = id_type |
Unsigned integer type. | |
Static Public Attributes | |
template<typename Curr > | |
static constexpr value_type | value = get<std::decay_t<Curr>>(std::index_sequence_for<Type...>{}) |
Statically generated unique identifier for the given type. | |
Type integral identifiers.
Type | List of types for which to generate identifiers. |
using entt::ident< Type >::value_type = id_type |
|
staticconstexpr |