Horizon
Loading...
Searching...
No Matches
List of all members
ranges::views::drop_while_fn Struct Reference
Inheritance diagram for ranges::views::drop_while_fn:
ranges::views::drop_while_base_fn ranges::views::drop_while_bind_fn

Additional Inherited Members

- Public Member Functions inherited from ranges::views::drop_while_base_fn
 template (typename Rng, typename Pred)(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)(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 > >
 
- Public Member Functions inherited from ranges::views::drop_while_bind_fn
template<typename Pred >
constexpr auto operator() (Pred pred) const
 
 template (typename Pred, typename Proj)() const expr auto operator()(Pred &&pred
 
- Public Attributes inherited from ranges::views::drop_while_base_fn
 Proj
 
- Public Attributes inherited from ranges::views::drop_while_bind_fn
Proj proj const
 

The documentation for this struct was generated from the following file: