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

Variant of foldr 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::foldr1< f, structure >

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