Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::mem::PmrAllocator Concept Reference

Concept for PMR resources used by the memory module. More...

#include <allocator_traits.hpp>

Concept definition

template<typename T>
concept PmrAllocator = std::derived_from<T, std::pmr::memory_resource>
Concept for PMR resources used by the memory module.

Detailed Description

Concept for PMR resources used by the memory module.

Template Parameters
TCandidate type

Definition at line 19 of file allocator_traits.hpp.