[#bsl-swap-03fc] = xref:bsl.adoc[bsl]::swap :relfileprefix: ../ :mrdocs: Set `lhs` to refer to the stop state (or lack thereof) that `rhs` referred to before the call, and vice versa. Implementation note: this function is required by the standard to be a hidden friend ([hidden.friends], [stopsource.general]). == Synopsis Declared in `<bslstl_stoptoken.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap( xref:bsl/stop_source.adoc[stop_source]& lhs, xref:bsl/stop_source.adoc[stop_source]& rhs) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#