词典
翻译
有道精品课
有道学习硬件
网易云课堂
全部产品
登录
中英
中英
中法
中韩
中日
No elements found. Consider changing the search query.
List is empty.
析构函数的定义
翻译
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.
查看更多
点击反馈