累计查询 0.00 亿次

assignment operator

  • 赋值运算符:一种用于将变量名所表示的存储位置中的值设置为特定值的运算符。

双语例句

  1. So you don't have to use the assignment operator.
    所以你并不需要使用赋值运算符。
  2. Everything to the left of the assignment operator.
    赋值操作符左边的所有内容。
  3. 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.