MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::scanl< f, state, xs > Struct Template Reference

scanl is similar to foldl, but returns a List of successive reduced values from the left. More...

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

Detailed Description

template<typename f, typename state, typename xs>
struct boost::mpl11::scanl< f, state, xs >

scanl is similar to foldl, but returns a List of successive reduced values from the left.