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 = range_iterator_t<Rng>>
auto requires_ (Rng &&, Fun &&) -> decltype( concepts::valid_expr( concepts::model_of< concepts::ForwardRange, Rng >(), concepts::is_true(IndirectCallablePredicate< Fun, range_iterator_t< Rng >>