ostream_iterator::ostream_type

提供迭代器的流类型的类型。

typedef basic_ostream<CharType, Traits> ostream_type;

备注

该类型是 basic_ostream<CharType, Traits>,定义对象可用于编写使用iostream层次结构的流选件类同义词。

示例

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

要求

标头: <iterator>

命名空间: std

请参见

参考

ostream_iterator Class

标准模板库