5 lines
147 B
Plaintext
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 > {};
|
||
|
|