Copy assignment; shares the same backing resource.
Synopsis
Declared in <support/allocators/pool.h>
constexpr
PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>&
operator=(PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152> const& other) noexcept = default;
Return Value
A reference to this allocator.
Parameters
Name |
Description |
other |
The allocator being assigned from. |
Created with MrDocs