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

Name

Description

other

The changeset that would be assigned.

Created with MrDocs