1 #ifndef STAN_LANG_AST_NODE_INT_LITERAL_DEF_HPP 2 #define STAN_LANG_AST_NODE_INT_LITERAL_DEF_HPP Probability, optimization and sampling library.
int_literal()
Construct a default int literal.
int val_
Value of literal.
expr_type type_
Expression type of literal.
const int INT_T
Integer type.
int_literal & operator=(const int_literal &il)
Assignment for int literals.