assignment operator
常見例句
- So the assignment operator thus far makes copies of things.
所以到現(xiàn)在爲(wèi)止,賦值運(yùn)算符複制了很多數(shù)據(jù)。 - However, the assignment operator survived optimization and got exported from a DLL.
而賦值運(yùn)算符在優(yōu)化之後還存活竝從DLL中導(dǎo)出。
blog.sina.com.cn - The goal here is to avoid accidentally using the single-equals assignment operator instead of the double-equals comparison operator
目標(biāo)在於避免意外地使用單等號賦值運(yùn)算符而非雙等號比較運(yùn)算符 - Well, the assignment operator makes a copy of the thing on the right and puts it in the thing on the left.
賦值操作符把右邊的東西,複制到左邊。
哈彿公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 - So this is the equality operator, whereas the single equal sign is the assignment operator.
所以這是相等操作符,然而那個(gè)單等號是一個(gè)賦值運(yùn)算符。
哈彿公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 - The equal sign is really called the "assignment operator."
那個(gè)等號其實(shí)是個(gè)“賦值運(yùn)算符“
哈彿公開課 - 計(jì)算機(jī)科學(xué)課程節(jié)選 返回 assignment operator