依赖其 I/O 异步流缓冲区的具体 STL istream。
template<
typename CharType
>
class async_iostream : public std::basic_iostream<CharType>;
参数
- CharType
流的基本元素的数据类型。
成员
公共构造函数
名称 |
描述 |
---|---|
构造函数 |
要求
**标头:**interopstream.h
**命名空间:**concurrency::streams
依赖其 I/O 异步流缓冲区的具体 STL istream。
template<
typename CharType
>
class async_iostream : public std::basic_iostream<CharType>;
名称 |
描述 |
---|---|
构造函数 |
**标头:**interopstream.h
**命名空间:**concurrency::streams