- 博客(2)
- 收藏
- 关注
转载 int operator[](int pos)const;与int& operator[](int pos);的区别
int operator[](int pos)const;与int& operator[](int pos);的区别反回类型为引用的下标运算符一般在使用时用作左值,比如c[1]=1;在这种情况下,必须要求c[1]的结果是一个可以赋值的左值,因此int& operator[](int pos);这个函数的版本主要是为左值设定的,反回对变量的引用就可以作为左值。int operator[](int p
2017-06-24 10:42:32 2668
转载 C语言运算符优先级 详细列表
OperatorDescriptionExampleOverloadableGroup 1(no associativity) ::Scope resolution operatorClass::age = 2;NO
2017-06-24 10:22:15 188
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人