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

Classes

struct  ranges::actions::join_fn
 

Typedefs

template<typename Rng >
using ranges::actions::join_action_value_t_
 

Variables

constexpr action_closure< join_fn > join {}
 

Typedef Documentation

◆ join_action_value_t_

template<typename Rng >
using ranges::actions::join_action_value_t_
Initial value:
meta::if_c<(bool)ranges::container<range_value_t<Rng>>,
range_value_t<Rng>,
std::vector<range_value_t<range_value_t<Rng>>>>
The container concept.
Definition concepts.hpp:76
_t< detail::_if_< bool_< If >, Args... > > if_c
Select one type or another depending on a compile-time Boolean.
Definition meta.hpp:1244

Variable Documentation

◆ join

action_closure<join_fn> join {}
related
See also
action_closure