Stan  2.14.0
probability, sampling & optimization
write_base_expr_type.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_WRITE_BASE_EXPR_TYPE_HPP
2 #define STAN_LANG_AST_FUN_WRITE_BASE_EXPR_TYPE_HPP
3 
5 #include <ostream>
6 
7 namespace stan {
8  namespace lang {
9 
17  std::ostream& write_base_expr_type(std::ostream& o, base_expr_type type);
18 
19  }
20 }
21 #endif
Probability, optimization and sampling library.
int base_expr_type
The type of a base expression.
std::ostream & write_base_expr_type(std::ostream &o, base_expr_type type)
Write a user-readable version of the specified base expression type to the specified output stream...

     [ Stan Home Page ] © 2011–2016, Stan Development Team.