bitset_detail::swap

Swap two bitsets.

Synopses

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...

Parameters

NameDescription
aThe first bitset.
bThe second bitset.