boost/libs/metaparse/doc/getting_started_21.qbk
2018-01-12 21:47:58 +01:00

6 lines
156 B
Plaintext

[#getting_started_21]
#include <boost/mpl/times.hpp>
template <class L, class R> struct eval_binary_op<L, '*', R> : boost::mpl::times<L, R>::type {};