1 #ifndef STAN_LANG_AST_NODE_CONDITIONAL_OP_DEF_HPP 2 #define STAN_LANG_AST_NODE_CONDITIONAL_OP_DEF_HPP 18 false_val.expression_type())) {
Probability, optimization and sampling library.
conditional_op()
Construct a default conditional operator expression.
expression cond_
Condition (integer).
expression true_val_
Return value if condition is true.
expr_type promote_primitive(const expr_type &et)
expression false_val_
Return value if condition is false.
expr_type type_
Type of result.