Stan  2.14.0
probability, sampling & optimization
print_var_origin.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_PRINT_VAR_ORIGIN_HPP
2 #define STAN_LANG_AST_FUN_PRINT_VAR_ORIGIN_HPP
3 
5 #include <ostream>
6 
7 namespace stan {
8  namespace lang {
9 
17  void print_var_origin(std::ostream& o, const var_origin& vo);
18 
19  }
20 }
21 #endif
Probability, optimization and sampling library.
void print_var_origin(std::ostream &o, const var_origin &vo)
Write a user-readable version of the specified variable to origin to the specified output stream...
int var_origin
The type of a variable indicating where a variable was declared.
Definition: var_origin.hpp:12

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