Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
sparse_storage.hpp File Reference
#include <helios/assert.hpp>
#include <helios/container/sparse_set.hpp>
#include <helios/ecs/component/component.hpp>
#include <helios/ecs/entity/entity.hpp>
#include <algorithm>
#include <concepts>
#include <cstddef>
#include <span>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

class  helios::ecs::SparseComponentStorage< T >
 Concrete sparse-set storage for a single component type (non-polymorphic). More...

Namespaces

namespace  helios
namespace  helios::ecs