Syntax
Public: iostream( streambuf* psb );
Protected: iostream( );
Parameters
psb
A pointer to an existing streambuf object (or an object of a derived class).
Remarks
Constructs an object of type iostream.
See Also
ios::init