CTxMemPool::ChangeSet::operator=

Deleted copy assignment; a changeset is not copyable.

Synopsis

Declared in <txmempool.h>

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

Return Value

Reference to the current object

Parameters

NameDescription
otherThe changeset that would be assigned.