Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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