boost/libs/metaparse/doc/getting_started_10.qbk
2018-01-12 21:47:58 +01:00

5 lines
256 B
Plaintext

[#getting_started_10]
boost::mpl::fold< boost::mpl::at_c<temp_result, 1>::type, /* The vector to summarise */ boost::mpl::int_<0>, /* The value to start the sum from */ boost::mpl::quote2<sum_items> /* The function to call in each iteration */ >::type