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

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 {};