1 #ifndef STAN_LANG_AST_NODE_CONDITIONAL_STATEMENT_DEF_HPP 2 #define STAN_LANG_AST_NODE_CONDITIONAL_STATEMENT_DEF_HPP 14 const std::vector<statement>& bodies)
Probability, optimization and sampling library.
std::vector< statement > bodies_
The sequence of bodies to execute.
conditional_statement()
Construct an empty conditional statement.
std::vector< expression > conditions_
The sequence of conditions (parallel with bodies).