Constructors
Synopses
Declared in <util/btcsignals.h>
Construct an empty signal with no connected callbacks.
constexpr
signal() noexcept = default;
Copy construction is deleted.
Move construction is deleted.
Parameters
Name |
Description |
other |
The instance to copy from (unused, this overload is deleted). |
Created with MrDocs