getting_started_25.qbk 190 B

1234
  1. [#getting_started_25]
  2. template <class S, class Item> struct reverse_binary_op : eval_binary_op< typename boost::mpl::at_c<Item, 0>::type, boost::mpl::at_c<Item, 1>::type::value, S > {};