1 #ifndef STAN_LANG_AST_FUN_NAME_VIS_HPP 2 #define STAN_LANG_AST_FUN_NAME_VIS_HPP 18 #include <boost/variant/static_visitor.hpp> 28 struct name_vis :
public boost::static_visitor<std::string> {
An integer variable declaration and optional definition.
Structure to hold the declaration of a positive ordered vector.
Structure to hold a row vector variable declaration.
Probability, optimization and sampling library.
Structure to hold a covariance matrix variable declaration.
Structure to hold the declaration of a simplex.
Structure to hold a Cholesky factor for a correlation matrix variable declaration.
A visitor for the variant type of variable declarations that returns the name of the variable...
Structure to hold the declaration of a unit vector.
Structure to hold a matrix variable declaration.
Structure to hold a Cholesky factor variable declaration.
Structure to hold a column vector variable declaration.
std::string operator()(const nil &x) const
Return the empty string.
Structure to hold a correlation matrix variable declaration.
An integer variable declaration and optional definition.
Structure to hold the declaration of an ordered vector.
The nil structure used as a placeholder for undefined or empty values in several structures.
name_vis()
Construct a name visitor.