1.左值右值

 右值短暂,要么是计算过程结果的临时变量,要么是字面常量。左值持久,变量都为左值,可以通过std::move(lvalue)将其转换为右值。 

posted on 2019-01-15 22:37  Ebrietas  阅读(115)  评论(0)    收藏  举报