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