Partager via


ostreambuf_iterator::ostream_type

Un type qui fournit le type de flux d' ostream_iterator.

typedef basic_ostream<CharType, Traits> ostream_type;

Notes

Le type est un synonyme pour basic_ostream<CharType, Traits>

Exemple

Consultez l' ostreambuf_iterator pour obtenir un exemple sur la façon de déclarer et utiliser ostream_type.

Configuration requise

en-tête : <iterator>

l'espace de noms : DST

Voir aussi

Référence

ostreambuf_iterator Class

Modèles Standard