async_iostream 类

依赖其 I/O 异步流缓冲区的具体 STL istream。

template<
   typename CharType
>
class async_iostream : public std::basic_iostream<CharType>;

参数

  • CharType
    流的基本元素的数据类型。

成员

公共构造函数

名称

描述

async_iostream::async_iostream 构造函数

构造函数

要求

**标头:**interopstream.h

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

请参见

参考

concurrency::streams 命名空间