AimRT/_deps/boost-src/libs/metaparse/doc/getting_started_21.qbk

6 lines
156 B
Plaintext
Raw Normal View History

2025-01-12 20:40:48 +08:00
[#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 {};