Compartir a través de


basic_filebuf::basic_filebuf

Constructs an object of type basic_filebuf.

basic_filebuf();

Remarks

The 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.

Requirements

Header: <fstream>

Namespace: std

See Also

Concepts

basic_filebuf Class

basic_filebuf Members

iostream Programming

iostreams Conventions