![]() |
Stan
2.10.0
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 1676 of file ast_def.cpp.
stan::lang::return_statement::return_statement | ( | const expression & | expr | ) |
Definition at line 1677 of file ast_def.cpp.
expression stan::lang::return_statement::return_value_ |