Share via


istream::istream

Public

istream( streambuf* psb );

END Public

Protected

istream( );

END Protected

Parameter

psb

A pointer to an existing object of a streambuf-derived class.

Remarks

Constructs an object of type istream.

istream OverviewInput Stream Classes

See Also   ios::init