Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
operator_stream_expr_type.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_FUN_OPERATOR_STREAM_EXPR_TYPE_HPP
2
#define STAN_LANG_AST_FUN_OPERATOR_STREAM_EXPR_TYPE_HPP
3
4
#include <ostream>
5
6
namespace
stan
{
7
namespace
lang {
8
9
struct
expr_type;
10
20
std::ostream&
operator<<
(std::ostream& o,
const
expr_type& et);
21
22
}
23
}
24
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::operator<<
std::ostream & operator<<(std::ostream &o, const expr_type &et)
Stream a user-readable version of the expression type to the specified output stream, returning the speicifed argument output stream to allow chaining.
Definition:
expr_type_def.hpp:76
[
Stan Home Page
]
© 2011–2016, Stan Development Team.