13using entity = detail::handle<struct entity_tag_t>;
Definition archetype.hpp:11
detail::handle_pool< entity > entity_pool
Pool of entities that generates and recycles entity IDs.
Definition entity.hpp:16
detail::handle< struct entity_tag_t > entity
Represents an entity, consisting of an ID and generation.
Definition entity.hpp:13