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