File EntityId.hpp

template<>
class entt_traits<EntityId> : public entt::basic_entt_traits<EntityIdTraits>

Subclassed by EntityId

Public Static Attributes

static constexpr entity_type page_size = 2048
class EntityId : public entt::entt_traits<EntityId>

Public Functions

template<std::integral T> inline  requires (!std::is_same_v< std::remove_cvref_t< T >, bool >) const expr EntityId(T rawId)
inline constexpr bool isNull() const
template<std::integral T> inline  requires (!std::is_same_v< std::remove_cvref_t< T >, bool >) const expr operator T() const

Public Members

entity_type mRawId = {}