[#bsl-basic_osyncstream-seekp-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_osyncstream.adoc[basic_osyncstream]::seekp :relfileprefix: ../../ :mrdocs: `seekp` overloads == Synopses Declared in `<bslstl_osyncstream.h>` Seek to the absolute put position `position`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/seekp-0f.adoc[seekp](xref:bsl/basic_osyncstream/pos_type.adoc[pos_type] position); ---- [.small]#xref:bsl/basic_osyncstream/seekp-0f.adoc[_» more..._]# Seek relative to `direction` by `offset` characters. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& xref:bsl/basic_osyncstream/seekp-08.adoc[seekp]( xref:bsl/basic_osyncstream/off_type.adoc[off_type] offset, std::ios_base::seekdir direction); ---- [.small]#xref:bsl/basic_osyncstream/seekp-08.adoc[_» more..._]# == Return Value reference providing modifiable access to this object == 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]#