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