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