摘要
介绍了C++中复制构造函数的定义、作用及应用条件,就一个例子探讨了默认复制构造函数、自定义构造函数的使用条件,并给出了一些注意的问题.
The definition, applications and applied conditions of the copy-constructor function in C + + are introduced. With an example, the conditions of using default and custom copy constructors are recommended.
出处
《陕西师范大学学报(自然科学版)》
CAS
CSCD
北大核心
2005年第S1期11-12,共2页
Journal of Shaanxi Normal University:Natural Science Edition
关键词
构造函数
默认复制构造函数
自定义复制构造函数
constructor function
default copy constructor function
custom copy constructor functoin