operator |=

An "Assignment by bitwise OR" operator.

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

Assigns the result of the "bitwise OR" of the left and right operands to the left operand.