PoolAllocator::operator=

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

NameDescription
otherThe allocator being assigned from.