Bagikan melalui


streambuf::putc Method

Writes a single character to the stream.

virtual pplx::task<int_type> putc(
   _CharType ch
);

Parameters

  • ch
    The character to write

Return Value

The value of the character. EOF if the write operation fails

Requirements

Header: astreambuf.h

Namespace: concurrency::streams

See Also

Reference

streambuf Class