[#btcsignals-scoped_connection-2constructor-01] = xref:btcsignals.adoc[btcsignals]::xref:btcsignals/scoped_connection.adoc[scoped_connection]::scoped_connection :relfileprefix: ../../ :mrdocs: Move‐construct, taking over the managed connection from another instance. == Synopsis Declared in `<util/btcsignals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr scoped_connection(xref:btcsignals/scoped_connection.adoc[scoped_connection]&& other) noexcept = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The instance to move the connection from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#