Copy constructor; shares the same backing resource.
Synopsis
Declared in <support/allocators/pool.h>
PoolAllocator(PoolAllocator const& other) noexcept = default;
Parameters
Name |
Description |
other |
The allocator being copied. |
Created with MrDocs