|
|
template<typename Fun> |
| constexpr auto | operator() (Fun fun) const |
|
| template (typename Rng, typename Fun)(AND invocable< Fun & |
|
sentinel_t< Rng > AND invocable< Fun &, iterator_t< Rng >, iterator_t< Rng > > AND copy_constructible< Fun > AND convertible_to< invoke_result_t< Fun &, iterator_t< Rng >, sentinel_t< Rng > >, std::pair< bool, iterator_t< Rng > > > std::vector< split_value_t< Rng > > | operator() (Rng &&rng, Fun fun) const |
|
| template (typename Rng, typename Fun)(AND predicate< Fun const & |
|
range_reference_t< Rng > AND copy_constructible< Fun > std::vector< split_value_t< Rng > > | operator() (Rng &&rng, Fun fun) const |
◆ split_value_t
template<typename Rng>
| using ranges::actions::split_when_fn::split_value_t |
Initial value:
uncvref_t<Rng>, std::vector<range_value_t<Rng>>>
The documentation for this struct was generated from the following file: