Right-associative fold of a structure using a binary operation. More...
#include <boost/mpl11/fwd/foldable.hpp>
Right-associative fold of a structure using a binary operation.
Specifically, returns the result of the successive application of the binary operation f to every element of the structure and the result of the next f invocation (or state for the last application). For example, if the structure contains x1, x2, ..., xn:
1.8.7