[#bsl-basic_istringstream-seekg-07] = xref:bsl.adoc[bsl]::xref:bsl/basic_istringstream.adoc[basic_istringstream]::seekg :relfileprefix: ../../ :mrdocs: Seek to the absolute get position `position`. == Synopsis Declared in `<bslstl_istringstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_istringstream.adoc[BaseStream]& seekg(xref:bsl/basic_istringstream/pos_type.adoc[pos_type] position); ---- == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *position* | absolute position in the input sequence |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#