Stan  2.14.0
probability, sampling & optimization
return_statement_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_RETURN_STATEMENT_DEF_HPP
2 #define STAN_LANG_AST_NODE_RETURN_STATEMENT_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 
6 namespace stan {
7  namespace lang {
8 
10 
12  : return_value_(expr) { }
13 
14  }
15 }
16 #endif
return_statement()
Construct a return statement with a nil return value.
Probability, optimization and sampling library.
expression return_value_
The value returned.

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