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