streambuf::nextc Method
Advances the read position, then returns the next character without advancing again.
pplx::task<int_type> nextc();
Return Value
The value of the character. EOF if the read fails.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams