istreambuf_iterator::istream_type
Un type qui fournit le type de flux d' istreambuf_iterator.
typedef basic_istream<CharType, Traits> istream_type;
Notes
Le type est un synonyme pour basic_istream<CharType, Traits>.
Exemple
Consultez l' istreambuf_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