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

Equivalent to take_while with a negated predicate. More...

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

Detailed Description

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

Equivalent to take_while with a negated predicate.