ostreambuf_iterator::ostream_type

提供 ostream_iterator的流类型的类型。

typedef basic_ostream<CharType, Traits> ostream_type;

备注

该类型是 basic_ostream<CharType, Traits> 的同义词

示例

为的示例演示如何参见 ostreambuf_iterator 声明和使用 ostream_type

要求

标头: <iterator>

命名空间: std

请参见

参考

ostreambuf_iterator Class

标准模板库