[#PoolAllocator-04-2constructor-04] = xref:PoolAllocator-04.adoc[PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>]::PoolAllocator :relfileprefix: ../ :mrdocs: Copy constructor; shares the same backing resource. == Synopsis Declared in `<support/allocators/pool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr PoolAllocator(xref:PoolAllocator-0e.adoc[PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>] const& other) noexcept = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The allocator being copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#