operator >>

Shifts the bitset to the right a number of positions.

  bitset<N> operator>>(size_t pos) const;
  
Remarks

Returns the modified bitset.