1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/metaparse/doc/getting_started_16.qbk

5 lines
186 B
Plaintext

[#getting_started_16]
using exp_parser12 = build_parser< foldl_start_with_parser< sequence<one_of<plus_token, minus_token>, int_token>, int_token, boost::mpl::quote2<sum_items> > >;