operator >>=

A bitwise "right shift equals" operator.

  bitset<N>& operator>>=(size_t pos);
  
Remarks

Returns the result of the "right shifts equals" operation.