A bitwise exclusive or operator.
bitset<N> operator^(const bitset<N>& lhs, const bitset<N>& rhs);
Returns the modified bitset.