3_1.hpp 453 B

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