operator <<

Shifts the bitset to the left a number of positions.

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

Returns the modified bitset.