public member function

std::ios::~ios

<ios>
virtual ~ios ();
Destruct object
Destructs an object of this class.

Note that it does not destroy the associated stream buffer.

Basic template member declaration

( basic_ios<charT,traits> )
 
virtual ~basic_ios ( );


See also