3.hpp 380 B

12345678910111213141516171819
  1. #ifndef BOOST_METAPARSE_GETTING_STARTED_3_HPP
  2. #define BOOST_METAPARSE_GETTING_STARTED_3_HPP
  3. // Automatically generated header file
  4. // Definitions before section 2
  5. #include "2.hpp"
  6. // Definitions of section 2
  7. #include <boost/metaparse/string.hpp>
  8. // query:
  9. // boost::metaparse::string<'1', '1', ' ', '+', ' ', '2'>
  10. // query:
  11. // BOOST_METAPARSE_STRING("11 + 2")
  12. #endif