public member function
<fstream>

std::filebuf::~filebuf

virtual ~filebuf();
Destruct object
销毁对象。

Before being destroyed, member function close is automatically called.

数据竞争

对象被修改。

异常安全

No-throw guarantee: never throws exceptions (any exception thrown by an internal operation is caught by the constructor and not rethrown).