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