Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
basic_istream::peek
int_type peek();
The unformatted input function extracts an element, if possible, as if by returning rdbuf()->sgetc(). Otherwise, it returns T::eof().