[#bitset_detail-swap-05] = xref:bitset_detail.adoc[bitset_detail]::swap :relfileprefix: ../ :mrdocs: Swap two bitsets. == Synopses Declared in `<util/bitset.h>` Swap two bitsets. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr void xref:bitset_detail/swap-0d.adoc[swap]( xref:bitset_detail/IntBitSet.adoc[IntBitSet]& a, xref:bitset_detail/IntBitSet.adoc[IntBitSet]& b) noexcept; ---- [.small]#xref:bitset_detail/swap-0d.adoc[_» more..._]# Swap two bitsets. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr void xref:bitset_detail/swap-06.adoc[swap]( xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]& a, xref:bitset_detail/MultiIntBitSet.adoc[MultiIntBitSet]& b) noexcept; ---- [.small]#xref:bitset_detail/swap-06.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first bitset. | *b* | The second bitset. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#