ostreambuf_iterator::streambuf_type

提供 ostreambuf_iterator的流类型的类型。

typedef basic_streambuf<CharType, Traits> streambuf_type;

备注

该类型是 basic_streambuf<CharTypeTraits>,将 streambuf,在专用到字符类型 char I/O缓冲区的流选件类同义词。

示例

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

要求

标头: <iterator>

命名空间: std

请参见

参考

ostreambuf_iterator Class

标准模板库