basic_ostringstream::basic_ostringstream
Construit un objet de basic_ostringstream de type.
explicit basic_ostringstream(
ios_base::openmode _Mode = ios_base::out
);
explicit basic_ostringstream(
const basic_string<Elem, Tr, Alloc>& _Str,
ios_base::openmode _Mode = ios_base::out
);
Paramètres
_Mode
L'une des énumérations dans ios_base::openmode._Str
Objet de type basic_string.
Notes
Le premier constructeur initialise la classe de base en appelant basic_ostream(sb), où sb est l'objet stocké de la classe basic_stringbuf<Elem, Tr, Alloc>. Il lance également sb par le basic_stringbuf appelant<Elem, Tr, Alloc>(_Mode | ios_base::out).
Le deuxième constructeur initialise la classe de base par le basic_ostream appelant (sb). Il lance également sb par le basic_stringbuf appelant<Elem, Tr, Alloc>(_Str, _Mode | ios_base::out).
Configuration requise
**En-tête :**sstream <de >
Espace de noms : std