Stan
2.14.0
probability, sampling & optimization
src
stan
lang
grammars
common_adaptors_def.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_GRAMMARS_COMMON_ADAPTORS_DEF_HPP
2
#define STAN_LANG_GRAMMARS_COMMON_ADAPTORS_DEF_HPP
3
4
#include <boost/fusion/include/adapt_struct.hpp>
5
6
#include <
stan/lang/ast.hpp
>
7
8
BOOST_FUSION_ADAPT_STRUCT
(
stan::lang::range
,
9
(
stan::lang::expression
, low_)
10
(
stan::lang::expression
, high_) )
11
12
13
#endif
stan::lang::expression
Definition:
expression.hpp:41
stan::lang::range
AST structure for a range object with a low and high value.
Definition:
range.hpp:14
BOOST_FUSION_ADAPT_STRUCT
BOOST_FUSION_ADAPT_STRUCT(stan::lang::expr_type,(stan::lang::base_expr_type, base_type_)(size_t, num_dims_)) namespace stan
Definition:
bare_type_grammar_def.hpp:10
ast.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.