streambuf::ungetc Method
Retreats the read position, then returns the current character without advancing.
pplx::task<int_type> ungetc();
Return Value
The value of the character. EOF if the read fails. ::requires_async method if an asynchronous read is required
Requirements
Header: astreambuf.h
Namespace: concurrency::streams