Assignment operators
Synopses
Declared in <util/btcsignals.h>
Copy assignment is deleted.
scoped_connection&
operator=(scoped_connection const& other) = delete;
For simplicity, disable copy construction and copy/move assignment.
scoped_connection&
operator=(scoped_connection&& other) = delete;
Parameters
Name |
Description |
other |
The right‐hand side operand (unused, this overload is deleted). |
Created with MrDocs