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