The default constructor constructs an object of type basic_streambuf.
protected: basic_streambuf();
The constructor sets all pointer member objects to null pointers and calls getloc() to copy the global locale at the time of construction.