operator ^

A bitwise exclusive or operator.

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

Returns the modified bitset.