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