destructor
n. 垃圾焚毁炉;爆炸装置
例句
Modeling constructor, destructor, and copy constructor.
建模构造函数、分析构造函数,以及拷贝构造函数。
In Listing 24, the constructor of F is called before F2; likewise for the destructor.
在 清单 24 中,先调用 F 的构造函数,然后是 F2 的;对于销毁函数也是这样。
The constructor and destructor methods of this object do the necessary setup and cleanup.
这个对象的constructor和destructor方法执行必需的设置和清除工作。