c++重载运算符参数写法问题
巴扎黑
巴扎黑 2017-04-17 15:27:46
0
1
419

这里为啥要这样写?啥意思?求解,谢谢^^

巴扎黑
巴扎黑

Antworte allen(1)
Peter_Zhu

"&"是使用引用作为参数,以减少拷贝构造带来的消耗。
因为相加不需要改变原有的值,并且要能够接受const对象,所以加const。
实际上对于这种很小的类,拷贝构造带来的消耗可以忽略不计,完全没必要用引用传值。

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage