最終更新日:2025/11/21
(computing) 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).
音声機能が動作しない場合はこちらをご確認ください
正解を見る
short circuit operator
編集履歴(0)
元となった辞書の項目
short circuit operator
名詞
日本語の意味
短絡演算子:条件が確定した時点でそれ以上のオペランド評価を省略し、即座に結果を返す論理演算子(例:OR演算子が先の真判定で後続の評価を行わない挙動) / 短絡論理演算子:処理の効率を高めるために、一部条件が確定した段階で全体の評価を中断する論理演算子
( plural )