AimRT/_deps/boost-src/libs/metaparse/doc/getting_started_4.qbk

6 lines
182 B
Plaintext
Raw Normal View History

2025-01-12 20:40:48 +08:00
[#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> > >;