[#absl-swap-028] = xref:absl.adoc[absl]::swap :relfileprefix: ../ :mrdocs: Swaps the contents of one status with another. == Synopsis Declared in `<absl/status/status.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap( xref:absl/Status.adoc[Status]& a, xref:absl/Status.adoc[Status]& b) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first status. | *b* | The second status. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#