[#btcsignals-signal-2constructor-06d] = xref:btcsignals.adoc[btcsignals]::xref:btcsignals/signal.adoc[signal]::signal :relfileprefix: ../../ :mrdocs: Copy construction is deleted. == Synopsis Declared in `<util/btcsignals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- signal(xref:btcsignals/signal.adoc[signal] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance to copy from (unused, this overload is deleted). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#