Horizon
|
Eager, mutating, composable algorithms. More...
Classes | |
struct | ranges::make_action_closure_fn |
struct | ranges::push_back_fn |
struct | ranges::push_front_fn |
Functions | |
ranges::template (typename ActionFn, typename Rng)(concept(invocable_action_closure_)(ActionFn | |
\concept invocable_action_closure_ More... | |
ranges::template (typename Cont, typename T)(requires lvalue_container_like< Cont > AND(!range< T >) AND const ructible_from< range_value_t< Cont > | |
T push_back_t< Cont, T > | ranges::push_back (Cont &&cont, T &&t) |
ranges::template (typename Cont, typename Rng)(requires lvalue_container_like< Cont > AND range< Rng >) insert_t< Cont | |
Rng | ranges::push_back (Cont &&cont, Rng &&rng) |
T push_front_t< Cont, T > | ranges::push_front (Cont &&cont, T &&t) |
Rng | ranges::push_front (Cont &&cont, Rng &&rng) |
Variables | |
ranges::Rng | |
template<typename ActionFn , typename Rng > | |
CPP_concept | ranges::invocable_action_closure |
\concept invocable_action_closure More... | |
Eager, mutating, composable algorithms.
ranges::template | ( | typename ActionFn | , |
typename Rng | |||
) |
\concept invocable_action_closure_
invocable_action_closure_
concept CPP_concept ranges::invocable_action_closure |
\concept invocable_action_closure
The invocable_action_closure
concept