btcsignals::scoped_connection::scoped_connection

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

NameDescription
otherThe instance to move the connection from.