Looking ahead in the stream
Declared in <bslstl_istringstream.h>
int_type
peek();
If, after constructing the sentry object, good() is false, returns traits::eof(). Otherwise reads but does not extract the next input character.
The next character, or eof().