metaparse/doc/getting_started_10.qbk
2015-07-19 09:53:35 +02: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