|
| template (typename Rng, typename Pred)(requires viewable_range< Rng > AND input_range< Rng > AND indirect_unary_predicate< Pred |
|
iterator_t< Rng > auto | operator() (Rng &&rng, Pred pred) const -> drop_while_view< all_t< Rng >, Pred > |
|
| template (typename Rng, typename Pred, typename Proj)(requires viewable_range< Rng > AND input_range< Rng > AND indirect_unary_predicate< composed< Pred |
|
iterator_t< Rng > auto | operator() (Rng &&rng, Pred pred, Proj proj) const -> drop_while_view< all_t< Rng >, composed< Pred, Proj >> |
|
template<typename Pred > |
constexpr auto | operator() (Pred pred) const |
|
| template (typename Pred, typename Proj)(requires(!range< Pred >)) const expr auto operator()(Pred &&pred |
|
| Proj |
|
Proj proj | const |
|
The documentation for this struct was generated from the following file: