public member function
<ios> <iostream>

std::basic_ios::~basic_ios

virtual ~basic_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