|
istream::~istreamdestructor member
virtual ~istream ( ); Destruct object Destructs an object of this class.Note that it does not destroy nor performs any operations on the associated streambuf object. Basic template member declaration( basic_istream<charT,traits> )
See also
|