Home
last modified time | relevance | path

Searched defs:eval_binary_op (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/metaparse/example/getting_started/
D7.hpp14 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
D7_2.hpp12 template <class L, class R> struct eval_binary_op<L, '*', R> : boost::mpl::times<L, R>::type {}; struct
D8_1.hpp12 template <class L, class R> struct eval_binary_op<L, '/', R> : boost::mpl::divides<L, R>::type {}; struct