标签: c++ language-lawyer move-semantics
可能重复: Do rvalue references to const have any use?
我犯的一个常见错误是使用const T &&,它应该是T &&。
const T &&
T &&
据我所知,const T&& (或者,一个const rvalue引用)甚至没有意义。为什么不是编译错误?当我不小心使用const T&&&& amp;&& amp;&&amp ;;