[#bsl-basic_osyncstream-seekp-08] = xref:bsl.adoc[bsl]::xref:bsl/basic_osyncstream.adoc[basic_osyncstream]::seekp :relfileprefix: ../../ :mrdocs: Seek relative to `direction` by `offset` characters. == Synopsis Declared in `<bslstl_osyncstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_osyncstream.adoc[Base]& seekp( xref:bsl/basic_osyncstream/off_type.adoc[off_type] offset, std::ios_base::seekdir direction); ---- == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *offset* | relative offset in the output sequence | *direction* | base position for the seek |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#