Move‐construct, taking over the managed connection from another instance.
Synopsis
Declared in <util/btcsignals.h>
constexpr
scoped_connection(scoped_connection&& other) noexcept = default;
Parameters
Name |
Description |
other |
The instance to move the connection from. |
Created with MrDocs