Getting the current read position.
Synopsis
Declared in <bslstl_istringstream.h>
pos_type
tellg();
Description
If fail() is not false, returns pos_type(‐1) to indicate failure. Otherwise returns rdbuf()‐>pubseekoff(0,cur,in).
|
Note
|
This function does not count the number of characters extracted, if any, and therefore does not affect the next call to |
Return Value
A file position object.
Created with MrDocs