1 #ifndef STAN_LANG_AST_FUN_HAS_PROB_FUN_SUFFIX_DEF_HPP 2 #define STAN_LANG_AST_FUN_HAS_PROB_FUN_SUFFIX_DEF_HPP Probability, optimization and sampling library.
bool has_prob_fun_suffix(const std::string &name)
Return true if the function with the specified name has a suffix indicating it is a probability funct...
bool ends_with(const std::string &suffix, const std::string &s)
Returns true if the specified suffix appears at the end of the specified string.