btcsignals::scoped_connection::scoped_connection

Take ownership of a connection and disconnect it when this object is destroyed.

Synopsis

Declared in <util/btcsignals.h>

explicit
scoped_connection(connection rhs) noexcept;

Parameters

NameDescription
rhsThe connection to manage.