container_stream 类

静态类允许用户创建基于 STL 集合的输入和输出流。 此类的唯一目的是避免用户必须知道有关流缓冲区的任何信息。

template<
   typename _CollectionType
>
class container_stream;

参数

  • _CollectionType
    STL 集合的类型。

成员

公共 Typedefs

名称

描述

buffer_type

char_type

公共方法

名称

描述

container_stream::open_istream 方法

container_stream::open_ostream 方法

要求

**标头:**containerstream.h

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

请参见

参考

concurrency::streams 命名空间