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