A bitwise "exclusive or equals" operator.
bitset<N>& operator^=(const bitset<N>& rhs);
Returns the result of the "exclusive or equals" operation.