PoolAllocator::PoolAllocator

Not explicit so we can easily construct it with the correct resource

Synopsis

Declared in <support/allocators/pool.h>

PoolAllocator(ResourceType* resource) noexcept;

Parameters

NameDescription
resourceThe pool resource that this allocator forwards to.