MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::foldl1< f, structure > Struct Template Reference

Variant of foldl that has no base case, and thus may only be applied to non-empty structures. More...

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

Detailed Description

template<typename f, typename structure>
struct boost::mpl11::foldl1< f, structure >

Variant of foldl that has no base case, and thus may only be applied to non-empty structures.