Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
sparse_set.hpp File Reference
#include <helios/assert.hpp>
#include <algorithm>
#include <concepts>
#include <cstddef>
#include <limits>
#include <memory>
#include <memory_resource>
#include <span>
#include <string_view>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  helios::container::SparseSet< T, IndexType, Allocator >
 A sparse set data structure for efficient mapping of sparse indices to dense storage of values. More...

Namespaces

namespace  helios
namespace  helios::container

Typedefs

template<typename T, typename IndexType = size_t>
using helios::container::PmrSparseSet