析构函数 meaning in English
destructor(dtor)
destructors
Examples
- Specifies whether the class destructor is virtual
指定类析构函数是否是虚的。 - What is placed within this synthesized destructor
此合成析构函数中包含什么? - Destructors are used to destruct instances of classes
析构函数用于析构类的实例。 - Managing exceptions in constructors and destructors
管理构造函数和析构函数中的异常 - It is never invoked by the garbage collector
垃圾回收器从不调用此析构函数。