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.
Constructs an object of type basic_filebuf.
basic_filebuf();
basic_filebuf(basic_filebuf&& right);
Remarks
The first constructor stores a null pointer in all the pointers controlling the input buffer and the output buffer. It also stores a null pointer in the file pointer.
The second constructor initializes the object with the contents of right, treated as an rvalue reference.
Requirements
Header: <fstream>
Namespace: std