Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
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
4
#include <
stan/lang/ast/base_expr_type.hpp
>
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
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::base_expr_type
int base_expr_type
The type of a base expression.
Definition:
base_expr_type.hpp:12
base_expr_type.hpp
stan::lang::write_base_expr_type
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...
Definition:
write_base_expr_type_def.hpp:9
[
Stan Home Page
]
© 2011–2016, Stan Development Team.