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