Stan  2.14.0
probability, sampling & optimization
return_statement.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_RETURN_STATEMENT_HPP
2 #define STAN_LANG_AST_NODE_RETURN_STATEMENT_HPP
3 
5 
6 namespace stan {
7  namespace lang {
8 
17 
23  return_statement(const expression& expr); // NOLINT(runtime/explicit)
24 
29  };
30 
31  }
32 }
33 #endif
return_statement()
Construct a return statement with a nil return value.
Probability, optimization and sampling library.
expression return_value_
The value returned.
AST node for the return statement.

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