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