operator &=

A bitwise "and equal" operator.

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

Returns the result of the "and equals" operation.