async_iostream::async_iostream 构造函数

构造函数

async_iostream(
   streams::streambuf<CharType> strbuf
);

参数

  • strbuf
    用于 I/O 的异步流缓冲区

要求

**标头:**interopstream.h

**命名空间:**concurrency::streams

请参见

参考

async_iostream 类