short circuit operator

短语

词形变化

short circuit operators 复数

别名

short-circuit operator

释义与例句

n.
  1. 1.

    A logical operator that returns a value as soon as the outcome is certain, without necessarily testing all operands (for example, an OR operator returning true if the first operand evaluates as true, without evaluating the second operand).

    计算机 工程 数学