The xtd::expressions::if_then_else_expression is the addition expression.
Public Fields | |
| static constexpr operator_precedence | precedence |
| The operator precedence. That contains one of xtd::expressions::operator_precedence values. | |
Public Constructors | |
| constexpr | if_then_else_expression ()=default |
| Initialize a new xtd::expressions::if_then_else_expression object. | |
| constexpr | if_then_else_expression (condition_t condition, then_t then_, else_t else_) |
| Initialize a new xtd::expressions::logical_or_expression object with specified left and right operands. @oaram condition The condition. | |
Public Operators | |
| template<typename... args_t> | |
| constexpr auto | operator() (args_t &&... args) const |
| Equal to the specified arguments. | |
Additional Inherited Members |
|
constexprdefault |
Initialize a new xtd::expressions::if_then_else_expression object.
|
inlineconstexpr |
Initialize a new xtd::expressions::logical_or_expression object with specified left and right operands. @oaram condition The condition.
| then_ | The then expression. |
| else | The else expression. |
|
inlineconstexpr |
Equal to the specified arguments.
| args | the arguments to or. |
|
staticconstexpr |
The operator precedence. That contains one of xtd::expressions::operator_precedence values.