[#BloombergLP-bdlmt-SignalerConnectionGuard-swap] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/SignalerConnectionGuard.adoc[SignalerConnectionGuard]::swap :relfileprefix: ../../../ :mrdocs: Swap the contents of `*this` and `other`. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap(xref:BloombergLP/bdlmt/SignalerConnectionGuard.adoc[SignalerConnectionGuard]& other) noexcept; ---- == Description Swap the contents of `*this` and the specified `other`. Throws nothing. == Parameters [cols="1,4"] |=== | Name| Description | *other* | guard with which to swap |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#