... closure type 闭包类型 comma-operator 逗号运算符 【语法】 operator,,形参列表、实参列表、初始化式列表等场合下的逗号不是运算符 ...
基于1个网页-相关网页
以上来源于: WordNet
If the left expression to comma-operator has no side effects, the compiler might omit code generation for the expression.
如果逗号运算符左侧的表达式没有任何副作用,则编译器可能不再生成该表达式的代码。
Avoid the use of the comma operator except for very disciplined use in the control part of for statements.
避免使用逗号操作符,除非在特定的for语句的控制部分。
Expressions must not end with an operator, function, comma, or opening parenthesis.
不可以用操作符、函数、逗号或开括号作为表达式结束符。
应用推荐