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