复制构造函数 meaning in English
copy constructor
Examples
- This method serves as a copy constructor for nodes
该方法用作节点的复制构造函数。 - S copy constructor and one call to the destructor
的复制构造函数的调用和一个对析构函数的调用。 - Function will not create the copy constructor or destructor
函数将不创建复制构造函数或析构函数。 - Unlike some languages , c does not provide a copy constructor
与有些语言不同, c #不提供复制构造函数。 - How to : write a copy constructor
>如何:编写复制构造函数