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