operator ^=

A bitwise "exclusive or equals" operator.

  bitset<N>& operator^=(const bitset<N>& rhs);
  
Remarks

Returns the result of the "exclusive or equals" operation.