1 #ifndef STAN_LANG_AST_NODE_ASSGN_DEF_HPP 2 #define STAN_LANG_AST_NODE_ASSGN_DEF_HPP 18 return boost::apply_visitor(vis,
rhs_.
expr_);
Probability, optimization and sampling library.
bool lhs_var_occurs_on_rhs() const
Return true if the variable being assigned is a subexpression of the value expression.
std::vector< idx > idxs_
Position(s) in variable being assigned.
expression rhs_
Value being assigned to left hand side variable at indexing position.
variable lhs_var_
The variable being assigned.
Structure to hold a variable.
assgn()
Construct an uninitialized assignment statement.