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