Seek relative to direction by offset characters.

Synopsis

Declared in <bslstl_osyncstream.h>

Base&
seekp(
    off_type offset,
    std::ios_base::seekdir direction);

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

offset

relative offset in the output sequence

direction

base position for the seek

Created with MrDocs