bitset_detail::swap

Swap two bitsets.

Synopsis

Declared in <util/bitset.h>

constexpr
void
swap(
    IntBitSet& a,
    IntBitSet& b) noexcept;

Parameters

NameDescription
aThe first bitset.
bThe second bitset.