PoolAllocator<pair<COutPoint const, CCoinsCacheEntry>, 152>::operator=

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

NameDescription
otherThe allocator being assigned from.