btcsignals::scoped_connection::operator=

Copy assignment is deleted.

Synopsis

Declared in <util/btcsignals.h>

scoped_connection&
operator=(scoped_connection const& other) = delete;

Return Value

Reference to the current object

Parameters

NameDescription
otherThe right-hand side operand (unused, this overload is deleted).