[#bsl-basic_istringstream-seekg-0b] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::seekg :relfileprefix: ../../ :mrdocs: Changing the current read position. == Synopses Declared in `<bslstl_istringstream.h>` Changing the current read position. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& xref:bsl/basic_istringstream/seekg-0a.adoc[seekg](pos_type); ---- [.small]#xref:bsl/basic_istringstream/seekg-0a.adoc[_» more..._]# Changing the current read position. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- __istream_type& xref:bsl/basic_istringstream/seekg-0f.adoc[seekg]( off_type, ios_base::seekdir); ---- [.small]#xref:bsl/basic_istringstream/seekg-0f.adoc[_» more..._]# == Return Value *this == Parameters [cols="1,4"] |=== | Name| Description | *__pos* | A file position object. | *__off* | A file offset object. | *__dir* | The direction in which to seek. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#