Share via


streambuf::nextc 方法

前移讀取位置,然後傳回下一個字元,而不需再前移。

pplx::task<int_type> nextc();

傳回值

字元的值。 如果讀取失敗,則為 EOF。

需求

**標頭:**astreambuf.h

**命名空間:**concurrency::streams

請參閱

參考

streambuf 類別