seekp overloads
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...
a reference to this stream
| Name | Description |
|---|---|
| position | absolute position in the output sequence |
| offset | relative offset in the output sequence |
| direction | base position for the seek |