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