Stan
1.0
probability, sampling & optimization
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerator
Friends
Macros
Pages
src
stan
gm
grammars
common_adaptors_def.hpp
Go to the documentation of this file.
1
#ifndef __STAN__GM__PARSER__COMMON_ADAPTORS_DEF__HPP__
2
#define __STAN__GM__PARSER__COMMON_ADAPTORS_DEF__HPP__
3
4
#include <
stan/gm/ast.hpp
>
5
6
7
BOOST_FUSION_ADAPT_STRUCT
(
stan::gm::range
,
8
(
stan::gm::expression
, low_)
9
(
stan::gm::expression
, high_) )
10
11
12
#endif
[
Stan Home Page
]
© 2011–2012, Stan Development Team.