mirror of
https://github.com/boostorg/metaparse.git
synced 2026-01-19 04:22:10 +00:00
6 lines
182 B
Plaintext
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> > >;
|
|
|