streambuf::streambuf
[constructor] [protected] streambuf ( ); | streambuf |
cplusplus.com |
Construct an object.
A strembuf object is constructed, initializing all its pointers to null and
initializing the object's locale.
Parameters.
Return Value.
none
Basic template member declaration ( basic_streambuf<charT,traits> ):
basic_streambuf ( ); |
See also.
streambuf class