public member function
<fstream>
std::filebuf::~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).