Rebinding constructor; builds an allocator for a different value type that shares the same backing resource.

Synopsis

Declared in <support/allocators/pool.h>

template<class U>
PoolAllocator(PoolAllocator<U, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES> const& other) noexcept;

Parameters

Name

Description

other

The allocator for another type being copied.

Created with MrDocs