Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
node
no_op_statement.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_NODE_NO_OP_STATEMENT_HPP
2
#define STAN_LANG_AST_NODE_NO_OP_STATEMENT_HPP
3
4
namespace
stan
{
5
namespace
lang {
6
10
struct
no_op_statement
{ };
11
12
}
13
}
14
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::no_op_statement
AST node for the no-operation statement.
Definition:
no_op_statement.hpp:10
[
Stan Home Page
]
© 2011–2016, Stan Development Team.