istream::~istream


destructor 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> )
 
virtual ~basic_istream ( );


See also