[#bitset_detail-IntBitSet-Overlaps] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/IntBitSet.adoc[IntBitSet]::Overlaps :relfileprefix: ../../ :mrdocs: Check if the intersection between two sets is non‐empty. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool Overlaps(xref:bitset_detail/IntBitSet.adoc[IntBitSet] const& a) const noexcept; ---- == Return Value true if this and a share at least one set bit. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The bitset to intersect with. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#