Range-v3
Range algorithms, views, and actions for the Standard Library
join.hpp File Reference

Classes

struct  ranges::actions::join_fn
 

Typedefs

template<typename Rng >
using ranges::actions::join_action_value_t_ = meta::if_c<(bool) ranges::container< range_value_t< Rng > >, range_value_t< Rng >, std::vector< range_value_t< range_value_t< Rng > > > >