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

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

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

Detailed Description

template<typename predicate, typename iter>
struct boost::mpl11::drop_until< predicate, iter >

Equivalent to drop_while with a negated predicate.