标签: c++ c++11 effective-c++
我是c ++的新手,我正在阅读有效的现代c ++,我不理解这部分
在处理rvalue引用类型的参数时记住这一点尤为重要,因为参数本身是左值:
Widget(Widget&& rhs); // rhs is an lvalue, though it has … // an rvalue reference type