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