|
template<typename Rng > |
requires joinable_with_range< Rng, single_view< inner_value_t< Rng > > > join_with_view< all_t< Rng >, single_view< inner_value_t< Rng > > > | operator() (Rng &&rng, inner_value_t< Rng > v) const |
|
template<typename Rng , typename ValRng > |
requires joinable_with_range< Rng, ValRng > join_with_view< all_t< Rng >, all_t< ValRng > > | operator() (Rng &&rng, ValRng &&val) const |
|
template<typename Rng > |
requires joinable_range< Rng > join_view< all_t< Rng > > | operator() (Rng &&rng) const |
|