Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
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
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::is_nil
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.