Searched defs:eval_binary_op (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/libs/metaparse/example/getting_started/ |
| D | 7.hpp | 14 template <class L, class R> struct eval_binary_op<L, '+', R> : boost::mpl::plus<L, R>::type {}; struct 16 template <class L, class R> struct eval_binary_op<L, '-', R> : boost::mpl::minus<L, R>::type {}; struct
|
| D | 7_2.hpp | 12 template <class L, class R> struct eval_binary_op<L, '*', R> : boost::mpl::times<L, R>::type {}; struct
|
| D | 8_1.hpp | 12 template <class L, class R> struct eval_binary_op<L, '/', R> : boost::mpl::divides<L, R>::type {}; struct
|