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

Public Member Functions

template<typename Rng >
requires input_range<Rng> && input_range<range_value_t<Rng>> && semiregular<join_action_value_t_<Rng>>
join_action_value_t_< Rng > operator() (Rng &&rng) const
 

Related Functions

(Note that these are not member functions.)

constexpr action_closure< join_fnjoin {}
 

Friends And Related Function Documentation

◆ join

constexpr action_closure<join_fn> join {}
related
See also
action_closure