1#ifndef ENTT_CORE_FAMILY_HPP
2#define ENTT_CORE_FAMILY_HPP
4#include "../config/config.h"
18 static auto identifier()
noexcept {
28 template<
typename... Type>
Dynamic identifier generator.
id_type value_type
Unsigned integer type.
static const value_type value
Statically generated unique identifier for the given type.
std::uint32_t id_type
Alias declaration for type identifiers.