PoolAllocator::rebind::other

The PoolAllocator type rebound to allocate objects of type U.

Synopsis

Declared in <support/allocators/pool.h>

using other = PoolAllocator<U, MAX_BLOCK_SIZE_BYTES, ALIGN_BYTES>;