[#bsl-basic_stringbuf-pubseekoff] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::pubseekoff :relfileprefix: ../../ :mrdocs: Alters the stream position. == Synopsis Declared in `<bslstl_stringbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *__off* | Offset. | *__way* | Value for ios_base::seekdir. | *__mode* | Value for ios_base::openmode. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#