streambuf::getc Method
Reads a single character from the stream without advancing the read position.
virtual pplx::task<int_type> getc();
Return Value
The value of the byte. EOF if the read fails.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams