basic_streambuf Constructor

The default constructor constructs an object of type basic_streambuf.

protected: basic_streambuf();

Remarks

The constructor sets all pointer member objects to null pointers and calls getloc() to copy the global locale at the time of construction.