Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::actions::stable_sort_fn Struct Reference

Synopsis of methods

constexpr action_closure< stable_sort_fnstable_sort {}
 

Public Member Functions

P P Rng operator() (Rng &&rng, C pred=C{}, P proj=P{}) const
 
template<typename C , typename P = identity>
 requires (!range< C >)` const expr auto operator()(C pred
 

Public Attributes

C = less
 
P = identity > requires ` forward_range<Rng> && sortable<iterator_t<Rng>
 
proj
 

Methods

◆ stable_sort

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

Member Data Documentation

◆ proj

P ranges::actions::stable_sort_fn::proj
Initial value:
= P{}) const
{
bind_back(stable_sort_fn{}, std::move(pred), std::move(proj)));
}
template<typename Rng
ranges::make_action_closure
constexpr make_action_closure_fn make_action_closure
Definition: action.hpp:37
ranges::aux::move
constexpr move_fn move
Definition: move.hpp:48
meta::lazy::bind_back
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:785