Stan  2.14.0
probability, sampling & optimization
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
Probability, optimization and sampling library.
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.

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