seekp overloads
Synopses
Declared in <bslstl_osyncstream.h>
Seek to the absolute put position position.
Base&
seekp(pos_type position);
Seek relative to direction by offset characters.
Base&
seekp(
off_type offset,
std::ios_base::seekdir direction);
Return Value
reference providing modifiable access to this object
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