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).