public member function

std::iostream::iostream

<istream>
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