1 #ifndef BOOST_METAPARSE_GETTING_STARTED_3_3_HPP 2 #define BOOST_METAPARSE_GETTING_STARTED_3_3_HPP 3 4 // Automatically generated header file 5 6 // Definitions before section 3.2 7 #include "3_2.hpp" 8 9 // Definitions of section 3.2 10 // query: 11 // exp_parser1::apply<BOOST_METAPARSE_STRING("11 13")>::type 12 13 #include <boost/metaparse/entire_input.hpp> 14 15 using exp_parser2 = build_parser<entire_input<int_>>; 16 17 // query: 18 // exp_parser2::apply<BOOST_METAPARSE_STRING("13")>::type 19 20 // query: 21 // exp_parser2::apply<BOOST_METAPARSE_STRING("11 13")>::type 22 23 #endif 24 25