bitset_detail::IntBitSet::operator&=

Set this object's bits to be the binary AND 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

NameDescription
aThe bitset to AND into this one.