metaparse/doc/getting_started_21.qbk
2015-07-19 09:53:35 +02: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 {};