ostreambuf_iterator::ostream_type
ostream_iteratorのストリーム型を提供する型。
typedef basic_ostream<CharType, Traits> ostream_type;
解説
型は basic_ostream<CharType、Traits> のシノニムです。
使用例
ostream_typeを宣言して使用する方法の例については ostreambuf_iterator を参照してください。
必要条件
ヘッダー: <iterator>
名前空間: std