4.hpp 471 B

123456789101112131415161718192021
  1. #ifndef BOOST_METAPARSE_GETTING_STARTED_4_HPP
  2. #define BOOST_METAPARSE_GETTING_STARTED_4_HPP
  3. // Automatically generated header file
  4. // Definitions before section 3.3
  5. #include "3_3.hpp"
  6. // Definitions of section 3.3
  7. // query:
  8. // exp_parser2::apply<BOOST_METAPARSE_STRING("11 ")>::type
  9. #include <boost/metaparse/token.hpp>
  10. using exp_parser3 = build_parser<entire_input<token<int_>>>;
  11. // query:
  12. // exp_parser3::apply<BOOST_METAPARSE_STRING("11 ")>::type
  13. #endif