Return an object with the binary XOR between respective bits from a and b.

Synopsis

Declared in <util/bitset.h>

constexpr
IntBitSet
operatorˆ(
    IntBitSet const& a,
    IntBitSet const& b) noexcept;

Return Value

The symmetric difference of a and b.

Parameters

Name

Description

a

The left‐hand bitset.

b

The right‐hand bitset.

Created with MrDocs