metaparse/doc/getting_started_4.qbk
2015-07-19 09:53:35 +02:00

6 lines
182 B
Plaintext

[#getting_started_4]
#include <boost/mpl/quote.hpp>
using exp_parser6 = build_parser< transform< sequence<int_token, plus_token, int_token>, boost::mpl::quote1<eval_plus> > >;