析构函数 meaning in English
destructor(dtor)
destructors
Examples
- Changes in constructor initialization order
析构函数语义的更改 - This is the destructor for the object
这是该对象的析构函数。 - Function will not create the copy constructor or destructor
函数将不创建复制构造函数或析构函数。 - Using destructors to release resources
使用析构函数释放资源 - In the new syntax , the destructor is renamed internally to the
在新语法中,析构函数在内部被重命名为