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

Public Member Functions

 concepts::model_of ()))
 
template<typename Rng , typename Fun , typename I = iterator_t<Rng>>
auto requires_ () -> decltype(concepts::valid_expr(concepts::model_of< concepts::ForwardRange, Rng >(), concepts::is_true(IndirectPredicate< Fun, iterator_t< Rng >>