bitset_detail::MultiIntBitSet::operator-=

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

Synopsis

Declared in <util/bitset.h>

constexpr
MultiIntBitSet&
operator-=(MultiIntBitSet const& a) noexcept;

Return Value

A reference to this bitset.

Parameters

NameDescription
aThe bitset whose set bits are cleared from this one.