operator |

A bitwise or operator.

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

Returns the modified bitset.