![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| return_statement () | |
| return_statement (const expression &expr) | |
Public Attributes | |
| expression | return_value_ |
| stan::gm::return_statement::return_statement | ( | ) |
Definition at line 1324 of file ast_def.cpp.
| stan::gm::return_statement::return_statement | ( | const expression & | expr | ) |
Definition at line 1325 of file ast_def.cpp.
| expression stan::gm::return_statement::return_value_ |