Stan  2.10.0
probability, sampling & optimization
whitespace_grammar.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_GRAMMARS_WHITESPACE_GRAMMAR_HPP
2 #define STAN_LANG_GRAMMARS_WHITESPACE_GRAMMAR_HPP
3 
4 #include <boost/spirit/include/qi.hpp>
5 
6 namespace stan {
7 
8  namespace lang {
9 
10  template <typename Iterator>
12  : public boost::spirit::qi::grammar<Iterator> {
13  public:
15  // private:
16  boost::spirit::qi::rule<Iterator> whitespace;
17  };
18 
19 
20  }
21 
22 }
23 
24 
25 
26 #endif
Probability, optimization and sampling library.
boost::spirit::qi::rule< Iterator > whitespace

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