#ifndef BOOST_METAPARSE_GETTING_STARTED_6_2_HPP #define BOOST_METAPARSE_GETTING_STARTED_6_2_HPP // Automatically generated header file // Definitions before section 6.1 #include "6_1.hpp" // Definitions of section 6.1 using minus_token = token>; #include using exp_parser12 = build_parser< foldl_start_with_parser< sequence, int_token>, int_token, boost::mpl::quote2 > >; // query: // exp_parser12::apply::type #endif