btcsignals::scoped_connection::scoped_connection

Copy construction is deleted.

Synopsis

Declared in <util/btcsignals.h>

scoped_connection(scoped_connection const& other) = delete;

Parameters

NameDescription
otherThe instance to copy from (unused, this overload is deleted).