boost/libs/metaparse/doc/getting_started_8.qbk
2022-12-15 23:45:23 +08:00

5 lines
147 B
Plaintext

[#getting_started_8]
template <class Sum, class Item> struct sum_items : boost::mpl::plus< Sum, typename boost::mpl::at_c<Item, 1>::type > {};