#ifndef BOOST_METAPARSE_GETTING_STARTED_10_HPP #define BOOST_METAPARSE_GETTING_STARTED_10_HPP // Automatically generated header file // Definitions before section 9 #include "9.hpp" // Definitions of section 9 #include using unary_exp1 = foldr_start_with_parser< minus_token, int_token, boost::mpl::lambda>::type >; using mult_exp4 = foldl_start_with_parser< sequence, unary_exp1>, unary_exp1, boost::mpl::quote2 >; using exp_parser18 = build_parser< foldl_start_with_parser< sequence, mult_exp4>, mult_exp4, boost::mpl::quote2 > >; // query: // exp_parser18::apply::type // query: // exp_parser18::apply::type #endif