Compartir a través de


basic_streambuf::basic_streambuf

Constructs an object of type basic_streambuf.

basic_streambuf( );

Remarks

The protected constructor stores a null pointer in all pointers controlling the input buffer and the output buffer. It also stores locale::classic in the locale object.

Requirements

Header: <streambuf>

Namespace: std

See Also

Concepts

basic_streambuf Class

basic_streambuf Members

iostream Programming

iostreams Conventions