bsl::basic_ostringstream::seekp

seekp overloads

Synopses

Declared in <bslstl_ostringstream.h>

Seek to the absolute put position position.

BaseStream&
seekp(pos_type position);
» more...

Seek relative to direction by offset characters.

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

Return Value

a reference to this stream

Parameters

NameDescription
positionabsolute position in the output sequence
offsetrelative offset in the output sequence
directionbase position for the seek