bitset<N> operator<<(const bitset<N>& pos);
The member operator function returns bitset(*this) <<= pos.
bitset(*this)
<<=
pos