operator &

A bitwise and operator.

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

Returns the modified bitset.