Alters the stream position.
Synopsis
Declared in <bslstl_stringbuf.h>
pos_type
pubseekoff(
off_type __off,
ios_base::seekdir __way,
ios_base::openmode __mode = ios_base::in | ios_base::out);
Description
Calls virtual seekoff function.
Parameters
Name |
Description |
__off |
Offset. |
__way |
Value for ios_base::seekdir. |
__mode |
Value for ios_base::openmode. |
Created with MrDocs