For simplicity, disable copy construction and copy/move assignment.
Declared in <util/btcsignals.h>
scoped_connection&
operator=(scoped_connection&& other) = delete;
Reference to the current object
| Name | Description |
|---|---|
| other | The right-hand side operand (unused, this overload is deleted). |