[#CTxMemPool-ChangeSet-2constructor-014] = xref:CTxMemPool.adoc[CTxMemPool]::xref:CTxMemPool/ChangeSet.adoc[ChangeSet]::ChangeSet :relfileprefix: ../../ :mrdocs: Deleted copy constructor; a changeset is not copyable. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ChangeSet(xref:CTxMemPool/ChangeSet.adoc[ChangeSet] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The changeset that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#