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