1 #ifndef STAN_LANG_AST_FUN_IS_ASSIGNABLE_HPP 2 #define STAN_LANG_AST_FUN_IS_ASSIGNABLE_HPP 26 bool is_assignable(
const expr_type& l_type,
const expr_type& r_type,
27 const std::string& failure_message,
28 std::ostream& error_msgs);
Probability, optimization and sampling library.
bool is_assignable(const expr_type &l_type, const expr_type &r_type, const std::string &failure_message, std::ostream &error_msgs)
Return true if an expression of the right-hand side type is assignable to a variable of the left-hand...