共用方式為


ostream_iterator::ostream_type

提供 Iterator 的資料型別。

typedef basic_ostream<CharType, Traits> ostream_type;

備註

這個型別是 basic_ostream的<CharType, Traits>一個同義資料表,定義物件可用於撰寫使用 iostream 階層架構的資料流類別。

範例

的範例參閱 ostream_iterator 宣告和使用 ostream_type

需求

標題: <iterator>

命名空間: std

請參閱

參考

ostream_iterator Class

標準樣板程式庫