also: ディストラクタ
noun
destructor
In object-oriented programming, a special method called when an object is destroyed or goes out of scope, used for cleanup.
C++では、デストラクタはオブジェクトが破棄されるときに自動的に呼ばれます。
In C++, the destructor is called automatically when an object is destroyed.