中英
析构函数的定义
  • 翻译

The definition of the destructor

以上为机器翻译结果,快速获取精准的人工翻译结果,建议选择有道人工翻译

  • 双语例句
  • 1
    换一种说法就是永远都不要为那些其构造函数函数可能抛出异常定义全局(静态全局)实例。
    The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.
  • 2
    继承层次关系根类应该定义函数性质函数,即使这个析构函数不做任何的事情。
    The root class of an inheritance hierarchy should define a virtual destructor even if the destructor has no work to do.
  • 3
    为了管理具有指针成员类,必须定义三个复制控制成员:复制构造函数、赋值操作符和函数。
    To manage a class with pointer members, we must define all three copy-control members: the copy constructor, assignment operator, and the destructor.
查看更多