Constructors

Synopses

Declared in <util/btcsignals.h>

Construct an empty signal with no connected callbacks.

constexpr
signal() noexcept = default;

Copy construction is deleted.

signal(signal const& other) = delete;

Move construction is deleted.

signal(signal&& other) = delete;

Parameters

Name

Description

other

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

Created with MrDocs