このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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().