Swap two bitsets.

Synopses

Declared in <util/bitset.h>

Swap two bitsets.

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

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