istream_iterator::istream_type
Un type qui fournit le type de flux d' istream_iterator.
typedef basic_istream<CharType, Traits> istream_type;
Notes
Le type est un synonyme pour basic_istream<CharType, Traits>.
Exemple
Consultez l' istream_iterator pour obtenir un exemple sur la façon de déclarer et utiliser istream_type.
Configuration requise
en-tête : <iterator>
l'espace de noms : DST