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