Seek relative to direction by offset characters.

Synopsis

Declared in <bslstl_ostringstream.h>

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

Return Value

a reference to this stream

Parameters

Name

Description

offset

relative offset in the output sequence

direction

base position for the seek

Created with MrDocs