Horizon
Loading...
Searching...
No Matches
ranges::views::iter_take_while_fn Struct Reference
Inheritance diagram for ranges::views::iter_take_while_fn:
ranges::views::iter_take_while_base_fn

Public Member Functions

template<typename Pred>
constexpr auto operator() (Pred pred) const
iterator_t< Rng > AND copy_constructible< Pred > constexpr iter_take_while_view< all_t< Rng >, Pred > operator() (Rng &&rng, Pred pred) const
Public Member Functions inherited from ranges::views::iter_take_while_base_fn
 template (typename Rng, typename Pred)(AND input_range< Rng > AND predicate< Pred &
iterator_t< Rng > AND copy_constructible< Pred > constexpr iter_take_while_view< all_t< Rng >, Pred > operator() (Rng &&rng, Pred pred) const

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