Eager, mutating, composable algorithms.
Variables | |
constexpr action< drop_fn > | drop {} |
constexpr action< drop_while_fn > | drop_while {} |
constexpr adl_erase_detail::erase_fn | ranges::v3::erase {} |
constexpr adl_insert_detail::insert_fn | ranges::insert {} |
constexpr action< join_fn > | join {} |
constexpr make_action_fn | make_action {} |
constexpr with_braced_init_args< action< adl_push_back_detail::push_back_fn > > | ranges::v3::action::push_back {} |
constexpr with_braced_init_args< action< adl_push_front_detail::push_front_fn > > | ranges::v3::action::push_front {} |
constexpr action< remove_if_fn > | ranges::v3::action::remove_if {} |
constexpr action< reverse_fn > | reverse {} |
constexpr action< shuffle_fn > | shuffle {} |
constexpr action< slice_fn > | slice {} |
constexpr action< sort_fn > | sort {} |
constexpr action< split_fn > | split {} |
constexpr action< stable_sort_fn > | stable_sort {} |
constexpr action< stride_fn > | stride {} |
constexpr action< take_fn > | take {} |
constexpr action< take_while_fn > | take_while {} |
constexpr action< transform_fn > | transform {} |
constexpr action< unique_fn > | unique {} |
|
related |
|
related |
constexpr with_braced_init_args<action<adl_push_back_detail::push_back_fn> > ranges::v3::action::push_back {} |
#include <range/v3/action/push_back.hpp>
constexpr with_braced_init_args<action<adl_push_front_detail::push_front_fn> > ranges::v3::action::push_front {} |
#include <range/v3/action/push_front.hpp>
|
related |
#include <range/v3/action/remove_if.hpp>
|
related |
|
related |
action
|
related |
|
related |
|
related |