MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::take_while< predicate, xs > Struct Template Reference

Returns the longest prefix of a List in which all elements satisfy the predicate. More...

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

Detailed Description

template<typename predicate, typename xs>
struct boost::mpl11::take_while< predicate, xs >

Returns the longest prefix of a List in which all elements satisfy the predicate.