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

Synopsis of methods

constexpr action_closure< join_fnjoin {}
 

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
 

Methods

◆ join

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