An "Assignment by bitwise OR" operator.
bitset<N>& operator|=(const bitset<N>& rhs);
Assigns the result of the "bitwise OR" of the left and right operands to the left operand.