Avoiding temporary construction when returning by value and passing by const reference

前端 未结 0 1165
失恋的感觉
失恋的感觉 2020-12-30 08:45

I have a function which accepts a Large by const reference:

void func(const Large& param);

相关标签:
回答
  • 消灭零回复
提交回复
热议问题