Synopsis of methods | |
constexpr action< drop_while_fn > | drop_while {} |
Instances and minimal complete definitions | |
struct | ConceptImpl |
Public Types | |
template<typename Rng , typename Fun > | |
using | Concept = concepts::models< ConceptImpl, Rng, Fun > |
Public Member Functions | |
template<typename Rng , typename Fun , typename I = iterator_t<Rng>, requires = (Concept<Rng, Fun>())> | |
Rng | operator() (Rng &&rng, Fun fun) const |