fpos<St>& operator-=(streamoff off);
The member function returns fpos<St>(*this) -= off. For positioning within a file, the result is generally valid only for binary streams that do not have a state-dependent encoding.
fpos<St>(*this) -= off