C++里面的 RVO(Return value optimization)
摘要:
在给 uSTL 里面的 vector 尝试加入 C++11 特性的时候,发现 move constructor 在 test case 里并没有调用,后来发现是因为 RVO 的原因。 RVO介绍:https://en.wikipedia.org/wiki/Copy_elision Return_va 阅读全文
posted @ 2018-05-22 11:35 daghlny 阅读(669) 评论(0) 推荐(0) 编辑