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

5 lines
171 B
Plaintext

[#getting_started_35]
struct plus_exp2 : foldl_start_with_parser< sequence<one_of<plus_token, minus_token>, mult_exp5>, mult_exp5, boost::mpl::quote2<binary_op> > {};