Swap two bitsets.
Declared in <util/bitset.h>
<util/bitset.h>
constexpr void swap( IntBitSet& a, IntBitSet& b) noexcept;
Name
Description
a
The first bitset.
b
The second bitset.
Created with MrDocs