btcsignals::signal::operator=

Copy assignment is deleted.

Synopsis

Declared in <util/btcsignals.h>

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

Return Value

Reference to the current object

Parameters

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