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