[#bsl-basic_ostringstream-seekp-05] = xref:bsl.adoc[bsl]::xref:bsl/basic_ostringstream.adoc[basic_ostringstream]::seekp :relfileprefix: ../../ :mrdocs: `seekp` overloads == Synopses Declared in `<bslstl_ostringstream.h>` Seek to the absolute put position `position`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_ostringstream.adoc[BaseStream]& xref:bsl/basic_ostringstream/seekp-07.adoc[seekp](xref:bsl/basic_ostringstream/pos_type.adoc[pos_type] position); ---- [.small]#xref:bsl/basic_ostringstream/seekp-07.adoc[_» more..._]# Seek relative to `direction` by `offset` characters. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_ostringstream.adoc[BaseStream]& xref:bsl/basic_ostringstream/seekp-0c.adoc[seekp]( xref:bsl/basic_ostringstream/off_type.adoc[off_type] offset, ios_base::seekdir direction); ---- [.small]#xref:bsl/basic_ostringstream/seekp-0c.adoc[_» more..._]# == Return Value a reference to this stream == Parameters [cols="1,4"] |=== | Name| Description | *position* | absolute position in the output sequence | *offset* | relative offset in the output sequence | *direction* | base position for the seek |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#