Synopsis of methods | |
constexpr view< join_fn > | join {} |
Public Member Functions | |
template<typename Rng > | |
auto | operator() (Rng &&rng, inner_value_t< Rng > v) const -> join_with_view< all_t< Rng >, single_view< inner_value_t< Rng >>> requires joinable_with_range< Rng, single_view< inner_value_t< Rng >>> |
template<typename Rng , typename ValRng > | |
auto | operator() (Rng &&rng, ValRng &&val) const -> join_with_view< all_t< Rng >, all_t< ValRng >> requires joinable_with_range< Rng, ValRng > |
![]() | |
template<typename Rng > | |
auto | operator() (Rng &&rng) const -> join_view< all_t< Rng >> requires joinable_range< Rng > |