Check whether the intersection between two sets is non-empty.
Declared in <util/bitset.h>
constexpr
bool
Overlaps(MultiIntBitSet const& a) const noexcept;
true if this and a share at least one set bit.
| Name | Description |
|---|---|
| a | The bitset to intersect with. |