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