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