container_stream 類別

要允許使用者依據 STL 集合建立輸入及輸出資料流的靜態類別。 這個類別的唯一目的是避免使用者需要知道有關資料流緩衝區的任何事項。

template<
   typename _CollectionType
>
class container_stream;

參數

  • _CollectionType
    STL 集合的類型。

Members

公用 Typedefs

名稱

描述

buffer_type

char_type

公用方法

名稱

描述

container_stream::open_istream 方法

container_stream::open_ostream 方法

需求

**標頭:**containerstream.h

**命名空間:**concurrency::streams

請參閱

參考

concurrency::streams 命名空間