bitset_detail::MultiIntBitSet::Overlaps

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

NameDescription
aThe bitset to intersect with.