istreambuf_iterator::istream_type

提供 istreambuf_iterator的流类型的类型。

typedef basic_istream<CharType, Traits> istream_type;

备注

该类型是 basic_istream<的CharTypeTraits>同义词。

示例

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

要求

标头: <iterator>

命名空间: std

请参见

参考

istreambuf_iterator Class

标准模板库