public member function
<streambuf> <iostream>

std::streambuf::~streambuf

~streambuf();
Destroy object
Destroys the object.

Data races

The object is modified.

Exception safety

No-throw guarantee: never throws exceptions.