Stan  2.14.0
probability, sampling & optimization
has_lp_suffix.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_HAS_LP_SUFFIX_HPP
2 #define STAN_LANG_AST_FUN_HAS_LP_SUFFIX_HPP
3 
4 #include <string>
5 
6 namespace stan {
7  namespace lang {
8 
15  bool has_lp_suffix(const std::string& name);
16 
17  }
18 }
19 #endif
bool has_lp_suffix(const std::string &name)
Return true if the specified string has the suffix "_lp".
Probability, optimization and sampling library.

     [ Stan Home Page ] © 2011–2016, Stan Development Team.