Copy assignment; shares the same backing resource.
Synopsis
Declared in <support/allocators/pool.h>
PoolAllocator&
operator=(PoolAllocator const& other) noexcept = default;
Return Value
A reference to this allocator.
Parameters
Name |
Description |
other |
The allocator being assigned from. |
Created with MrDocs