metaparse/doc/getting_started_19.qbk
2015-07-19 09:53:35 +02:00

5 lines
182 B
Plaintext

[#getting_started_19]
template <class S, class Item> struct binary_op : eval_binary_op< S, boost::mpl::at_c<Item, 0>::type::value, typename boost::mpl::at_c<Item, 1>::type > {};