[#btcsignals-scoped_connection-operator_assign-058] = xref:btcsignals.adoc[btcsignals]::xref:btcsignals/scoped_connection.adoc[scoped_connection]::operator= :relfileprefix: ../../ :mrdocs: For simplicity, disable copy construction and copy/move assignment. == Synopsis Declared in `<util/btcsignals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btcsignals/scoped_connection.adoc[scoped_connection]& operator=(xref:btcsignals/scoped_connection.adoc[scoped_connection]&& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | The right‐hand side operand (unused, this overload is deleted). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#