[#getting_started_26] using mult_exp3 = foldr_start_with_parser< sequence>, /* The parser applied repeatedly */ int_token, /* The parser parsing the last number */ boost::mpl::quote2 /* The function called for every result */ /* of applying the above parser */ >;