istream_iterator::istream_type
A type that provides for the stream type of the istream_iterator.
typedef basic_istream<CharType, Traits> istream_type;
설명
The type is a synonym for basic_istream<CharType, Traits>.
예제
See istream_iterator for an example of how to declare and use istream_type.
요구 사항
헤더: <iterator>
네임스페이스: std