the assignment operator的意思|示意
赋值操作符
the assignment operator的网络常见释义
而分配操作符是 ... additive assignment operator 加法指定运算子 the assignment operator 而分配操作符是 satisfiable assignment operator 可满足赋值算子 ...
the assignment operator相关例句
Variables are dynamically typed on assignment, so there is no need to pre-declare variables or use the new operator.
变量是在赋值时动态键入的,因此不需要预先声明变量或者使用 new运算符。
The equal sign is really called the "assignment operator."
那个等号其实是个“赋值运算符。”
The assignment operator cannot be overloaded.
不能重载赋值运算符。
Break long assignments before the assignment operator.
在赋值操作符前将长表达式截断。
Put the functionality you need in separate functions called by the destructor and the copy constructor and the assignment operator.
放在单独的功能调用析构函数和拷贝构造函数和赋值运算符你所需要的功能。
When a binary operator is overloaded, the corresponding assignment operator, if any, is also implicitly overloaded.
重载二元运算符时,也会隐式重载相应的赋值运算符(如果有)。