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