Changing the current read position.
Declared in <bslstl_istringstream.h>
Changing the current read position.
__istream_type&
seekg(pos_type);
» more...
Changing the current read position.
__istream_type&
seekg(
off_type,
ios_base::seekdir);
» more...
*this
| Name | Description |
|---|---|
| __pos | A file position object. |
| __off | A file offset object. |
| __dir | The direction in which to seek. |