为什么大多数书籍都建议赋值运算符返回对* this的引用?

时间:2012-05-07 13:12:45

标签: c++ assignment-operator

  

可能重复:
  Overloading assignment operator in C++
  C++ why the assignment operator should return a const ref in order to avoid (a=b)=c

为什么大多数书籍都建议赋值运算符返回引用?为什么不const参考?

const将使(a = b)= c这样的奇怪代码无法编译,这是一件好事。

0 个答案:

没有答案