|
template<typename Rng > |
using | split_value_t = meta::if_c<(bool) ranges::container< Rng >, uncvref_t< Rng >, std::vector< range_value_t< Rng > > > |
|
|
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 |
|
The documentation for this struct was generated from the following file: