[#absl-swap-027] = xref:absl.adoc[absl]::swap :relfileprefix: ../ :mrdocs: Swaps the contents of two `absl::chunked_queue` containers. == Synopsis Declared in `<absl/container/chunked_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, size_t BLo, size_t BHi, typename Allocator> void swap( xref:absl/chunked_queue.adoc[chunked_queue<T, BLo, BHi, Allocator>]& a, xref:absl/chunked_queue.adoc[chunked_queue<T, BLo, BHi, Allocator>]& b) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first queue. | *b* | The second queue. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#