AimRT/_deps/boost-src/libs/metaparse/doc/getting_started_8.qbk
2025-01-12 20:40:48 +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 > {};