Range-v3
Range algorithms, views, and actions for the Standard Library
Actions

Description

Eager, mutating, composable algorithms.

Variables

constexpr action< drop_fndrop {}
 
constexpr action< drop_while_fndrop_while {}
 
constexpr adl_erase_detail::erase_fn ranges::v3::erase {}
 
constexpr adl_insert_detail::insert_fn ranges::insert {}
 
constexpr action< join_fnjoin {}
 
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_fnranges::v3::action::remove_if {}
 
constexpr action< reverse_fnreverse {}
 
constexpr action< shuffle_fnshuffle {}
 
constexpr action< slice_fnslice {}
 
constexpr action< sort_fnsort {}
 
constexpr action< split_fnsplit {}
 
constexpr action< stable_sort_fnstable_sort {}
 
constexpr action< stride_fnstride {}
 
constexpr action< take_fntake {}
 
constexpr action< take_while_fntake_while {}
 
constexpr action< transform_fntransform {}
 
constexpr action< unique_fnunique {}
 

Variable Documentation

◆ drop

constexpr action<drop_fn> drop {}
related
See also
action

◆ drop_while

constexpr action<drop_while_fn> drop_while {}
related
See also
action

◆ join

constexpr action<join_fn> join {}
related
See also
action

◆ make_action

constexpr make_action_fn make_action {}
related

◆ push_back

constexpr with_braced_init_args<action<adl_push_back_detail::push_back_fn> > ranges::v3::action::push_back {}

◆ push_front

constexpr with_braced_init_args<action<adl_push_front_detail::push_front_fn> > ranges::v3::action::push_front {}

◆ remove_if

constexpr action<remove_if_fn> ranges::v3::action::remove_if {}
related

◆ reverse

constexpr action<reverse_fn> reverse {}
related
See also
action

◆ shuffle

constexpr action<shuffle_fn> shuffle {}
related
See also
action

◆ slice

constexpr action<slice_fn> slice {}
related
See also
action

◆ sort

constexpr action<sort_fn> sort {}
related
See also
action

◆ split

constexpr action<split_fn> split {}
related
See also
action

◆ stable_sort

constexpr action<stable_sort_fn> stable_sort {}
related
See also
action

◆ stride

constexpr action<stride_fn> stride {}
related
See also
action

◆ take

constexpr action<take_fn> take {}
related
See also
action

◆ take_while

constexpr action<take_while_fn> take_while {}
related
See also
action

◆ transform

constexpr action<transform_fn> transform {}
related
See also
action

◆ unique

constexpr action<unique_fn> unique {}
related
See also
action