Stan  2.14.0
probability, sampling & optimization
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
Probability, optimization and sampling library.
AST node for the no-operation statement.

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