[#CTxMemPoolEntry-operator_assign-0a] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::operator= :relfileprefix: ../ :mrdocs: Copy assignment is deleted. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]& operator=(xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry] const& other) = delete; ---- == Return Value A reference to this entry. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The entry that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#