public member function
<istream> <iostream>

std::basic_istream::~basic_istream

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

See also