istreambuf_iterator::streambuf_type

提供istreambuf_iterator的流类型的类型。

typedef basic_streambuf<CharType, Traits> streambuf_type;

备注

该类型是 basic_streambuf<CharTypeTraits> 同义词。

示例

为的示例演示如何参见 istreambuf_iterator 声明和使用 istreambuf_type

要求

标头: <iterator>

命名空间: std

请参见

参考

istreambuf_iterator Class

标准模板库