streambuf::streambuf | constructor member |
protected: streambuf ( ); |
Construct object
A streambuf object is constructed, initializing all its pointers to null pointers and initializing the object's locale.
Only the default constructor is provided, and it is protected, hence preventing the class to be directly instantiated into objects. This is an abstract base class.
Parameters
noneReturn Value
noneBasic template member declaration
( basic_streambuf<charT,traits> )basic_streambuf ( ); |