![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <string>
#include <ostream>
Go to the source code of this file.
Namespaces | |
stan | |
Probability, optimization and sampling library. | |
stan::lang | |
Functions | |
bool | stan::lang::is_assignable (const expr_type &l_type, const expr_type &r_type, const std::string &failure_message, std::ostream &error_msgs) |
Return true if an expression of the right-hand side type is assignable to a variable of the left-hand side type, writing the failure message to the error messages if the asisgnment is not legal. More... | |