bsl::basic_osyncstream::seekp

seekp overloads

Synopses

Declared in <bslstl_osyncstream.h>

Seek to the absolute put position position.

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

Seek relative to direction by offset characters.

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

Return Value

reference providing modifiable access to this object

Parameters

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