Return an object with the binary AND NOT 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 set difference a minus b.

Parameters

Name

Description

a

The bitset to keep bits from.

b

The bitset whose set bits are removed.

Created with MrDocs