[#bsl-basic_stringbuf-seekoff-04] = xref:bsl.adoc[bsl]::xref:bsl/basic_stringbuf.adoc[basic_stringbuf]::seekoff :relfileprefix: ../../ :mrdocs: Alters the stream positions. == Synopsis Declared in `<bslstl_stringbuf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual pos_type seekoff( off_type, ios_base::seekdir, ios_base::openmode = ios_base::in | ios_base::out); ---- == Description Each derived class provides its own appropriate behavior. [NOTE] ==== Base class version does nothing, returns a `pos_type` that represents an invalid stream position. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#