Constructors
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...
| Name | Description |
|---|---|
| other | The instance to copy from (unused, this overload is deleted). |