assignment operator中文,assignment operator的意思,assignment operator翻译及用法

2026-01-09 12:13 浏览次数 14

assignment operator

英[əˈsainmənt ˈɔpəreitə]美[əˈsaɪnmənt ˈɑpəˌretɚ]

[计] 赋值运算符

assignment operator 片语

片语

window assignment-operator窗口分配算子

assignment t operator赋值操作符

computed assignment operator运算赋值运算符

An Assignment Operator赋值运算符

move-assignment operator移动赋值运算符

compound assignment operator复合赋值运算符

synthesized assignment operator合成赋值操作符

addition assignment operator加法赋值运算符

assignment operator 例句

英汉例句

  • To resolve C2299, do not make the copy constructor or assignment operator a template function, but rather a non-template function that takes a class type.

    若要解决C2299,请不要使复制构造函数或赋值运算符成为模板函数,而使其成为采用类类型的非模板函数。

  • Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.

    赋值操作符把右边的东西,复制到左边。

  • The assignment operator is applied on a initialized object, but this is not the case in the copy constructor.

    赋值运算符是应用于一个初始化的对象,但这并不是拷贝构造函数的情况下。

  • The goal here is to avoid accidentally using the single-equals assignment operator instead of the double-equals comparison operator

    目标在于避免意外地使用单等号赋值运算符而非双等号比较运算符

  • However, the assignment operator survived optimization and got exported from a DLL.

    而赋值运算符在优化之后还存活并从DLL中导出。

  • As the construction function has three kinds of different conditions, assignment operator overriding must be given attention.

    构造函数有三种情况,在重载赋值运算符时一定要分清楚。

  • So the assignment operator thus far makes copies of things.

    所以到现在为止,赋值运算符复制了很多数据。

  • Then, the assignment operator is called.

    然后,调用赋值运算符。

  • As shown, our copy constructor and assignment operator use much of the same code.

    可以看到,我们的拷贝构造函数和付值操作符使用了许多相同的代码。

  • The assignment operator cannot be overloaded.

    不能重载赋值运算符。

  • This assignment operator implicitly performs widening but not narrowing conversions if the compilation environment enforces strict semantics.

    如果编译环境强制使用严格的语义,则此赋值运算符将隐式地执行扩大转换而不是收缩转换。

相关热词