[#swap-05] = swap :mrdocs: `swap` overloads == Synopses Declared in `<util/bitdeque.h>` Swap two FeeFracs. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:swap-02.adoc[swap]( xref:FeeFrac.adoc[FeeFrac]& a, xref:FeeFrac.adoc[FeeFrac]& b) noexcept; ---- [.small]#xref:swap-02.adoc[_» more..._]# Non‐member version of swap. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:swap-01.adoc[swap]( xref:VecDeque.adoc[VecDeque]& a, xref:VecDeque.adoc[VecDeque]& b) noexcept; ---- [.small]#xref:swap-01.adoc[_» more..._]# Exchange the contents of two containers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:swap-06.adoc[swap]( xref:bitdeque.adoc[bitdeque]& b1, xref:bitdeque.adoc[bitdeque]& b2) noexcept; ---- [.small]#xref:swap-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first FeeFrac to swap. | *b* | The second FeeFrac to swap. | *b1* | First container to swap. | *b2* | Second container to swap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#