basic_iostream::basic_iostream
Créez un objet basic_iostream.
explicit basic_iostream(basic_streambuf<Elem, Tr> *_Strbuf);
basic_iostream(basic_iostream&& _Right);
basic_iostream();
Paramètres
_Strbuf
Objet basic_streambuf existant._Right
un objet existant d' basic_iostream qui est utilisé pour construire nouvel basic_iostream.
Notes
Le premier constructeur initialise les objets de base via basic_istream(_Strbuf) et basic_ostream(_Strbuf).
le deuxième constructeur initialise les objets de base en appelant move(_Right).
Configuration requise
en-tête : <istream>
l'espace de noms : type