istream_iterator::istream_type

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

typedef basic_istream<CharType, Traits> istream_type;

Remarks

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

Example

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

Requirements

Header: <iterator>

Namespace: std

See Also

Reference

istream_iterator Class

Standard Template Library

Other Resources

istream_iterator Members