int &a();返回的是一个左值。
int a();返回的是一个右值。
int a=1;
int(a)是一个右值。
本文标题:左值,右值
本文链接:https://www.haomeiwen.com/subject/fgkinttx.html
网友评论