Check if bitset a and bitset b are identical.
Declared in <util/bitset.h>
constexpr
bool
operator==(
MultiIntBitSet const& a,
MultiIntBitSet const& b) noexcept = default;
true if a and b have the same bits set.
| Name | Description |
|---|---|
| a | The left-hand bitset. |
| b | The right-hand bitset. |