1 #ifndef STAN_LANG_AST_NODE_INT_LITERAL_HPP 2 #define STAN_LANG_AST_NODE_INT_LITERAL_HPP
Probability, optimization and sampling library.
int_literal()
Construct a default int literal.
int val_
Value of literal.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
expr_type type_
Expression type of literal.
int_literal & operator=(const int_literal &il)
Assignment for int literals.