boost::type_erasure::multipliable
// In header: <boost/type_erasure/operators.hpp> template<typename T, typename U, typename R> struct multipliable { // public static functions R (const T &, const U &); };
multipliable
R (const T &, const U &);