btcsignals::signal::signal

Copy construction is deleted.

Synopsis

Declared in <util/btcsignals.h>

signal(signal const& other) = delete;

Parameters

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