[#bitset_detail-IntBitSet-operator_minus_eq] = xref:bitset_detail.adoc[bitset_detail]::xref:bitset_detail/IntBitSet.adoc[IntBitSet]::operator‐= :relfileprefix: ../../ :mrdocs: Set this object's bits to be the binary AND NOT between respective bits from this and a. == Synopsis Declared in `<util/bitset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:bitset_detail/IntBitSet.adoc[IntBitSet]& operator‐=(xref:bitset_detail/IntBitSet.adoc[IntBitSet] const& a) noexcept; ---- == Return Value A reference to this bitset. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The bitset whose set bits are cleared from this one. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#