Set this object's bits to be the binary XOR between respective bits from this and a.

Synopsis

Declared in <util/bitset.h>

constexpr
IntBitSet&
operatorˆ=(IntBitSet const& a) noexcept;

Return Value

A reference to this bitset.

Parameters

Name

Description

a

The bitset to XOR into this one.

Created with MrDocs