Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Create a basic_iostream object.
explicit basic_iostream(basic_streambuf<Elem, Tr> *_Strbuf);
basic_iostream(basic_iostream&& _Right);
basic_iostream();
Parameters
_Strbuf
An existing basic_streambuf object._Right
An existing basic_iostream object that is used to construct a new basic_iostream.
Remarks
The first constructor initializes the base objects by way of basic_istream(_Strbuf) and basic_ostream(_Strbuf).
The second constructor initializes the base objects by calling move(_Right).
Requirements
Header: <istream>
Namespace: std