Share via


istreambuf_iterator::istream_type

A type that provides for the stream type of the istreambuf_iterator.

typedef basic_istream<CharType, Traits> istream_type;

Remarks

The type is a synonym for basic_istream<CharType, Traits>.

Example

See istreambuf_iterator for an example of how to declare and use istream_type.

Requirements

Header: <iterator>

Namespace: std

See Also

Reference

istreambuf_iterator Class

Standard Template Library