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

Name

Description

other

The allocator being copied.

Created with MrDocs