CTxMemPoolEntry::operator=

Copy assignment is deleted.

Synopsis

Declared in <kernel/mempool_entry.h>

CTxMemPoolEntry&
operator=(CTxMemPoolEntry const& other) = delete;

Return Value

A reference to this entry.

Parameters

NameDescription
otherThe entry that would be assigned from.