Ring operation. More...
Ring
#include <boost/mpl11/fwd/ring.hpp>
Ring operation.
mult can be invoked with more than two arguments. Specifically, mult<x1, x2, xn...> is equivalent to mult<mult<x1, x2>, xn...>.
mult
mult<x1, x2, xn...>
mult<mult<x1, x2>, xn...>