Share via


streambuf::bumpc Method

Reads a single character from the stream and advances the read position.

virtual pplx::task<int_type> bumpc();

Return Value

The value of the character. EOF if the read fails.

Requirements

Header: astreambuf.h

Namespace: concurrency::streams

See Also

Reference

streambuf Class