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