[#absl-swap-0d] = xref:absl.adoc[absl]::swap :relfileprefix: ../ :mrdocs: Swaps the contents of two Cords. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap( xref:absl/Cord.adoc[Cord]& x, xref:absl/Cord.adoc[Cord]& y) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *x* | The first Cord. | *y* | The second Cord. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#