例句
-
On all compound assignment operators, overloading the binary operator implicitly overloads the equivalent compound assignment.
对于所有复合赋值运算符, 隐式重载二元运算符会重载等效的复合赋值.
-
Almost all operators work only with primitives.
几乎所有运算符都只能操作“主类型”(Primitives).
-
There are five kinds of tokens: identifiers, keywords, literals, 18 operators, and other separators.
共有五种标记: 标识符, 关键字, 文字量18)运算符, 以及其他分隔符.
-
Chapter 3 threats control flow: if - else , switch , while, for, etc.
第2章介绍基本的数据类型 、 运算符和表达式.
-
Also, the dereference operator, which allows reading and writing to a pointer.
另外还用作取消引用运算符, 允许读取和写入指针.
-
The dereference operator is also known as the indirection operator.
取消引用运算符也称为间接寻址运算符.
-
Using defaults is not allowed in views that contain a set operator.
在含有集合运算符的视图中不允许使用默认值.
-
Table 2.1 at the end of this chapter summarizes precedence and associativity for all operators.
本章末尾的表2-1完整总结了所有运算符的优先级和结合律.