1 #ifndef STAN_LANG_AST_NODE_FUN_DEF_HPP 2 #define STAN_LANG_AST_NODE_FUN_DEF_HPP 13 fun::fun(
const std::string& name,
const std::vector<expression>& args)
Probability, optimization and sampling library.
std::vector< expression > args_
Sequence of argument expressions for function.
fun()
Construct a default function object.
std::string name_
Name of function being applied.