Share via


ios::ios

ios( streambuf* psb );

Parameter

psb

A pointer to an existing streambuf object.

Remarks

Constructor for ios. You will seldom need to invoke this constructor except in derived classes. Generally, you will be deriving classes not from ios but from istream, ostream, and iostream.

ios OverviewAbstract Stream Base Class