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

5 lines
167 B
Plaintext
Raw Normal View History

2025-01-12 20:40:48 +08:00
[#getting_started_32]
using plus_exp1 = foldl_start_with_parser< sequence<one_of<plus_token, minus_token>, mult_exp4>, mult_exp4, boost::mpl::quote2<binary_op> >;