青年中文青年中文

assignment operator的意思

assignment operator中文翻譯:

[計]賦值運算符

相似詞語短語

augmented assignment operator───增廣賦值算子

operator───n.經營者;操作員;運營商;話務員;行家;接線員

assignment───n.分配;任務;作業;功課

bellman operator───行李員操作員

radio operator───無線電報務員[話務員];無線電話務員

unchecked assignment───未選中的分配

writing assignment───書面作業;寫作任務

keyboard operator───電腦操作員;鍵盤操作員;n.電腦操作員; [計]鍵盤操作員

concatenation operator───連鎖作用標記(指+號);并置算符;連接算符

雙語使用場景

Everything to the right of the assignment operator.───賦值操作符右邊的所有內容。

So you don't have to use the assignment operator.───所以你并不需要使用賦值運算符。

Everything to the left of the assignment operator.───賦值操作符左邊的所有內容。

However, you can define implicit conversion operators for a type, which enable you to use the assignment operator with those types.───不過,可為類型定義隱式轉換運算符,這樣就可以對這些類型使用賦值運算符。

An assignment operator was not accessible in a base class and was therefore not generated for a derived class.───基類中的賦值運算符不可訪問,因此無法為派生類生成賦值運算符。

Operator is only the equality comparison operator , not the assignment operator .───運算符只是相等比較運算符,而不是賦值運算符。

A version of the assignment operator created ( synthesized ) by the compiler for classes that do not explicitly define one.───由編譯器為沒有顯式定義賦值操作符的類創建(合成)的賦值操作符版本。

If the default copy constructor and assignment operator are acceptable, add a comment stating this to your class declaration.───如果默認的拷貝構造函數和付值操作符是可取的,在你的類生命中增加一條注釋說明這些。

The assignment operator. Copies the contained elements, hash function, predicate and maximum load factor but not the allocator.───賦值操作符。復制所含的元素、散列函數、謂詞、最大負載因子,但不復制分配器。

英語使用場景

However, the Java language, unlike C, has separate int and boolean types. The assignment operator returns an int, whereas the comparison operator returns a boolean.

The copy constructor and destructor but no assignment operator.

When a binary operator is overloaded, the corresponding assignment operator, if any, is also implicitly overloaded.

So this is the equality operator, whereas the single equal sign is the assignment operator.

The compiler cannot generate an assignment operator for the given class.