Shifts the bitset to the right a number of positions.
bitset<N> operator>>(size_t pos) const;
Returns the modified bitset.