Move assignment is deleted.

Synopsis

Declared in <util/btcsignals.h>

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

Return Value

Reference to the current object

Parameters

Name

Description

other

The right‐hand side operand (unused, this overload is deleted).

Created with MrDocs