#ifndef BOOST_METAPARSE_GETTING_STARTED_11_3_1_HPP #define BOOST_METAPARSE_GETTING_STARTED_11_3_1_HPP // Automatically generated header file // Definitions before section 11.3 #include "11_3.hpp" // Definitions of section 11.3 // query: // exp_parser20::apply::type // query: // exp_parser20::apply::type #include #include struct plus_exp4 : first_of< foldl_start_with_parser< sequence, mult_exp6>, mult_exp6, boost::mpl::quote2 >, fail_at_first_char_expected< sequence, mult_exp6> > > {}; using exp_parser21 = build_parser; // query: // exp_parser21::apply::type #endif