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

Concept for PMR resources that expose allocator statistics. More...

#include <allocator_traits.hpp>

Concept definition

template<typename T>
PmrAllocator<T> && requires(const T& allocator) {
{ allocator.Stats() } -> std::same_as<AllocatorStats>;
}
Concept for PMR resources that expose allocator statistics.
Concept for PMR resources used by the memory module.

Detailed Description

Concept for PMR resources that expose allocator statistics.

Template Parameters
TCandidate type

Definition at line 26 of file allocator_traits.hpp.