|
operand
|
|
运算对象,操作数
|
分类:
|
详细解释:
|
|
以下为句子列表:
英文: Operators other than assignment, address-of, and comma have no meaning when applied to an operand of class type unless an overloaded definition is provided.
中文: 应该是除赋值、取地址和逗号操作符以外的操作符对类类型操作符没意义吧!
更详细...
英文: The dyadic Boolean operation whose result has the Boolean value 0 if and only if the first operand has the Boolean value 0 and the second has the Boolean value 1.
中文: 一种二元布尔运算,在这种运算中,当且仅当第一个操作数的布尔值为0,第二个操作数的布尔值为1时,其结果的布尔值才为0。
更详细...
英文: The left operand of the , is evaluated, then the right operand is evaluated.
中文: 先计算‘,’左面的操作数,然后计算右面的操作数。
更详细...
英文: The operand is an integer.
中文: 操作数是整型的。
更详细...
|
|
|
|