]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/doc/getting_started_8.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / doc / getting_started_8.qbk
1 [#getting_started_8]
2
3 template <class Sum, class Item> struct sum_items : boost::mpl::plus< Sum, typename boost::mpl::at_c<Item, 1>::type > {};
4