Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::join_fn Struct Reference
+ Inheritance diagram for ranges::views::join_fn:

Related Functions

(Note that these are not member functions.)

constexpr view_closure< join_fnjoin {}
 

Additional Inherited Members

- Public Member Functions inherited from ranges::views::join_base_fn
template<typename Rng >
CPP_TEMPLATE_AUX_0 j (requires joinable_with_range< Rng, single_view< inner_value_t< Rng >>>) jjjoin_with_view< all_t< Rng >
 
template<typename Rng , typename ValRng >
CPP_TEMPLATE_AUX_0 j (requires joinable_with_range< Rng, ValRng >) jjjoin_with_view< all_t< Rng >
 
CPP_TEMPLATE_AUX_0 single_view< inner_value_t< Rng > > operator() (Rng &&rng, inner_value_t< Rng > v) const
 
CPP_TEMPLATE_AUX_0 all_t< ValRng > operator() (Rng &&rng, ValRng &&val) const
 
- Public Member Functions inherited from ranges::views::cpp20_join_fn
template<typename Rng >
CPP_TEMPLATE_AUX_0 j (requires joinable_range< Rng >) jjjoin_view< all_t< Rng >> operator()(Rng &&rng) const
 
- Public Member Functions inherited from ranges::views::join_bind_fn
template<typename T >
CPP_TEMPLATE_AUX_0 c (requires(!joinable_range< T & >) &&range< T & >) ccconstexpr auto operator()(T &t) const
 
template<typename T >
 CPP_TEMPLATE_AUX_0 (requires(!joinable_range< T >)) const expr auto operator()(T &&t) const