Check if the intersection between two sets is non‐empty.

Synopsis

Declared in <util/bitset.h>

constexpr
bool
Overlaps(IntBitSet 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