btcsignals::signal::signal

Constructors

Synopses

Declared in <util/btcsignals.h>

Construct an empty signal with no connected callbacks.

constexpr
signal() noexcept = default;
» more...

Copy construction is deleted.

signal(signal const& other) = delete;
» more...

Move construction is deleted.

signal(signal&& other) = delete;
» more...

Parameters

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