Stan  2.14.0
probability, sampling & optimization
reject_statement_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_REJECT_STATEMENT_DEF_HPP
2 #define STAN_LANG_AST_NODE_REJECT_STATEMENT_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 #include <vector>
6 
7 namespace stan {
8  namespace lang {
9 
11 
12  reject_statement::reject_statement(const std::vector<printable>& printables)
13  : printables_(printables) { }
14 
15  }
16 }
17 #endif
Probability, optimization and sampling library.
reject_statement()
Construct an empty reject statement.
std::vector< printable > printables_
Sequence of objects to print in output message.

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