| iostream::iostream | constructor member |
explicit iostream (streambuf * sb); |
Construct object
Constructs an object, assigning initial values to its base classes by calling their constructors with sb as parameter.
Parameters
- sb
- pointer to a streambuf object, which is set as the associated stream buffer for the object.
Return Value
None (constructor).Basic template member declaration
( basic_iostream<charT,traits> )
explicit basic_iostream ( basic_streambuf<charT,traits>* sb ); |
See also
| istream::istream | Construct object (constructor member) |
| ostream::ostream | Construct object (constructor member) |
