seekp overloads

Synopses

Declared in <bslstl_ostringstream.h>

Seek to the absolute put position position.

BaseStream&
seekp(pos_type position);

Seek relative to direction by offset characters.

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

Return Value

a reference to this stream

Parameters

Name

Description

position

absolute position in the output sequence

offset

relative offset in the output sequence

direction

base position for the seek

Created with MrDocs