bitset::operator<<

bitset<N> operator<<(const bitset<N>& pos);

The member operator function returns bitset(*this) <<= pos.