MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::mult< x1, x2, xn > Struct Template Reference

Ring operation. More...

#include <boost/mpl11/fwd/ring.hpp>

Detailed Description

template<typename x1, typename x2, typename... xn>
struct boost::mpl11::mult< x1, x2, xn >

Ring operation.

mult can be invoked with more than two arguments. Specifically, mult<x1, x2, xn...> is equivalent to mult<mult<x1, x2>, xn...>.