Set this object's bits to be the binary AND between respective bits from this and a.
Declared in <util/bitset.h>
constexpr
MultiIntBitSet&
operator&=(MultiIntBitSet const& a) noexcept;
A reference to this bitset.
| Name | Description |
|---|---|
| a | The bitset to AND into this one. |