中英互译
assignment operator
基本释义
- 赋值运算符:一种用于将变量名所表示的存储位置中的值设置为特定值的运算符。
双语例句
- So you don't have to use the assignment operator.所以你并不需要使用赋值运算符。
- Everything to the left of the assignment operator.赋值操作符左边的所有内容。
- Everything to the right of the assignment operator.赋值操作符右边的所有内容。
网络短语
- copy assignment operator拷贝赋值运算符;复制赋值运算符;拷贝赋值操作符
- compound-assignment operator复合设定运算子;复合设置运算符
- copy-assignment operator拷贝赋值运算符
- move-assignment operator移动赋值运算符
- synthesized assignment operator合成赋值操作符
英英释义
- In the C++ programming language, the assignment operator, '=', is the operator used for assignment. Like most other operators in C++, it can be overloaded.