public member function
<ios> <iostream>

std::ios::~ios

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

Note that this does not destroy the associated stream buffer.

Data races

The object is modified.

Exception safety

No-throw guarantee: never throws exceptions.

See also