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

Copy constructor; shares the same backing resource.

Synopsis

Declared in <support/allocators/pool.h>

constexpr
PoolAllocator(PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152> const& other) noexcept = default;

Parameters

NameDescription
otherThe allocator being copied.