[#bitset_detail-IntBitSet-operator_xor_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 XOR 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 to XOR into this one. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#