istreambuf_iterator::streambuf_type

提供 istreambuf_iterator 的流的类型。

typedef basic_streambuf<CharType, Traits> streambuf_type;

备注

类型为 basic_streambufCharType,<特征>的同义词。

示例

为有关如何参见 istreambuf_iterator 声明和使用 istreambuf_type

要求

头文件: <iterator>

命名空间: std

请参见

参考

istreambuf_iterator 类

标准模板库