Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::actions::drop_while_fn Struct Reference

Synopsis of methods

constexpr drop_while_fn drop_while {}
 

Public Member Functions

template<typename Rng , typename Fun >
requires forward_range< Rng > &&indirect_unary_predicate< Fun, iterator_t< Rng > > &&erasable_range< Rng &, iterator_t< Rng >, iterator_t< Rng > > Rng operator() (Rng &&rng, Fun fun) const
 
template<typename Fun >
 requires (!range< Fun >)` const expr auto operator()(Fun fun) const