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