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.
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