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