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

Synopsis of methods

constexpr action< join_fnjoin {}
 

Public Types

template<typename Rng >
using Concept = meta::and_< InputRange< Rng >, InputRange< range_value_t< Rng >>, SemiRegular< join_value_t< Rng >>>
 

Public Member Functions

template<typename Rng , requires = (Concept<Rng>())>
join_value_t< Rng > operator() (Rng &&rng) const