Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
multi_type_map.hpp File Reference
#include <helios/assert.hpp>
#include <helios/compiler/compiler.hpp>
#include <helios/utils/type_info.hpp>
#include <algorithm>
#include <concepts>
#include <cstddef>
#include <memory>
#include <memory_resource>
#include <type_traits>
#include <utility>
#include <boost/container/flat_map.hpp>

Go to the source code of this file.

Classes

class  helios::container::MultiTypeMap< Storage, Allocator >
 Generic type-indexed map that stores one Storage instance per registered type key. More...

Namespaces

namespace  helios
namespace  helios::container

Typedefs

template<typename Storage>
using helios::container::PmrMultiTypeMap