Deleted copy constructor; a changeset is not copyable.
Synopsis
Declared in <txmempool.h>
ChangeSet(ChangeSet const& other) = delete;
Parameters
Name |
Description |
other |
The changeset that would be copied. |
Created with MrDocs