[#BloombergLP-bdlmt-SignalerConnectionGuard-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/SignalerConnectionGuard.adoc[SignalerConnectionGuard]::SignalerConnectionGuard :relfileprefix: ../../../ :mrdocs: Create a `SignalerConnectionGuard` that manages the same slot, if any, as the specified `original`, which is left in the default‐constructed state. Copy the `waitOnDisconnect` state from `original`, indicating whether `disconnect()` or `disconnectAndWait()` will be called on the slot, if any, contained in this object upon destruction or assignment. Throws nothing. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- SignalerConnectionGuard(xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<SignalerConnectionGuard>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#