Delen via


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

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions

Other Resources

basic_streambuf Members