Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
queue.hpp File Reference
#include <helios/assert.hpp>
#include <helios/container/multi_type_map.hpp>
#include <helios/container/typed_buffer_array.hpp>
#include <helios/ecs/message/message.hpp>
#include <algorithm>
#include <memory_resource>
#include <ranges>
#include <span>
#include <type_traits>

Go to the source code of this file.

Classes

class  helios::ecs::MessageQueue< Allocator >
 Queue for managing multiple message types using type-erased contiguous storage. More...

Namespaces

namespace  helios
namespace  helios::ecs

Typedefs

using helios::ecs::PmrMessageQueue