ternary operator
English
Noun
ternary operator (plural ternary operators)
- (programming) An operator taking three operands, specifically the operator
?:used in many programming languages to select one of two values depending on a third value.
Translations
operator taking three operands
|