ostream_iterator::ostream_type
提供了迭代器的类型流的类型。
typedef basic_ostream<CharType, Traits> ostream_type;
备注
类型为 basic_ostream的CharType,<Traits>,定义对象进行写入流 iostream 的同义词。流类层次结构
示例
为有关如何参见 ostream_iterator 声明和使用 ostream_type。
要求
头文件: <iterator>
命名空间: std