Range-v3
Range algorithms, views, and actions for the Standard Library
Loading...
Searching...
No Matches
Classes
|
Typedefs
|
Variables
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>>>>
ranges::container
The container concept.
Definition
concepts.hpp:76
meta::if_c
_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
range
v3
action
join.hpp
Generated by
1.12.0