metaparse/example/getting_started/3_1.hpp
2015-07-03 21:18:29 +02:00

23 lines
453 B
C++

#ifndef BOOST_METAPARSE_GETTING_STARTED_3_1_HPP
#define BOOST_METAPARSE_GETTING_STARTED_3_1_HPP
// Automatically generated header file
// Definitions before section 3
#include "3.hpp"
// Definitions of section 3
#include <boost/metaparse/int_.hpp>
#include <boost/metaparse/build_parser.hpp>
using namespace boost::metaparse;
using exp_parser1 = build_parser<int_>;
// query:
// exp_parser1::apply<BOOST_METAPARSE_STRING("13")>::type
#endif