1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/metaparse/doc/getting_started_17.qbk

7 lines
283 B
Plaintext

[#getting_started_17]
template <class L, char Op, class R> struct eval_binary_op;
template <class L, class R> struct eval_binary_op<L, '+', R> : boost::mpl::plus<L, R>::type {};
template <class L, class R> struct eval_binary_op<L, '-', R> : boost::mpl::minus<L, R>::type {};