Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
archetype_id.hpp File Reference
#include <helios/assert.hpp>
#include <helios/ecs/component/component.hpp>
#include <helios/utils/common_traits.hpp>
#include <algorithm>
#include <cstddef>
#include <functional>
#include <initializer_list>
#include <ranges>
#include <span>
#include <vector>

Go to the source code of this file.

Classes

class  helios::ecs::ArchetypeId
 Unique identifier for an archetype, represented as a sorted set of component type indices. More...
struct  std::hash< helios::ecs::ArchetypeId >

Namespaces

namespace  helios
namespace  helios::ecs
namespace  std
 STL namespace.