“C++学习_面向对象” 发表于 2022-04-20 更新于 2022-04-28 5.操作符重载和临时对象传递者,无需知道接受者是以reference形式来接收 function的返回值:需不需要返回(void or xxx)-> 返回by value or by reference-> 返回结果const or not 07.三大函数:拷贝构造,拷贝赋值,析构