PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>::PoolAllocator

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, 152UL, 8UL> const& other) noexcept;

Parameters

NameDescription
otherThe allocator for another type being copied.