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