|
Horizon
|
Public Member Functions | |
| template (typename 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)() join_with_view< all_t< Rng > | |
| all_t< ValRng > | operator() (Rng &&rng, ValRng &&val) const |
Public Member Functions inherited from ranges::views::cpp20_join_fn | |
| template (typename Rng)() join_view< all_t< Rng > > operator()(Rng &&rng) const | |