次の方法で共有


ostreambuf_iterator::ostream_type

ostream_iteratorのストリーム型を提供する型。

typedef basic_ostream<CharType, Traits> ostream_type;

解説

型は basic_ostream<CharTypeTraits> のシノニムです。

使用例

ostream_typeを宣言して使用する方法の例については ostreambuf_iterator を参照してください。

必要条件

ヘッダー: <iterator>

名前空間: std

参照

関連項目

ostreambuf_iterator Class

標準テンプレート ライブラリ