PoolAllocator::PoolAllocator

Copy constructor; shares the same backing resource.

Synopsis

Declared in <support/allocators/pool.h>

PoolAllocator(PoolAllocator const& other) noexcept = default;

Parameters

NameDescription
otherThe allocator being copied.