Return an object with the binary AND between respective bits from a and b.
Declared in <util/bitset.h>
constexpr
MultiIntBitSet
operator&(
MultiIntBitSet const& a,
MultiIntBitSet const& b) noexcept;
The intersection of a and b.
| Name | Description |
|---|---|
| a | The left-hand bitset. |
| b | The right-hand bitset. |