Swap two bitsets.
Declared in <util/bitset.h>
Swap two bitsets.
constexpr
void
swap(
IntBitSet& a,
IntBitSet& b) noexcept;
» more...
Swap two bitsets.
constexpr
void
swap(
MultiIntBitSet& a,
MultiIntBitSet& b) noexcept;
» more...
| Name | Description |
|---|---|
| a | The first bitset. |
| b | The second bitset. |