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