Stan  2.14.0
probability, sampling & optimization
is_nil.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_FUN_IS_NIL_HPP
2 #define STAN_LANG_AST_FUN_IS_NIL_HPP
3 
4 namespace stan {
5  namespace lang {
6 
7  struct expression;
8 
15  bool is_nil(const expression& e);
16 
17  }
18 }
19 #endif
Probability, optimization and sampling library.
bool is_nil(const expression &e)
Return true if the specified expression is nil.
Definition: is_nil_def.hpp:10

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