public member function
<istream> <iostream>

std::iostream::~iostream

virtual ~iostream();
Destroy object
Destroys an object of this class.

Note that this does not destroy nor performs any operations on the associated stream buffer object.

Data races

The object is modified.

Exception safety

No-throw guarantee: never throws exceptions.