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

Public Member Functions

template<typename C , typename P = identity>
requires (!range<C>)
constexpr auto operator() (C pred, P proj=P{}) const
 
template<typename Rng , typename C = less, typename P = identity>
requires forward_range<Rng> && sortable<iterator_t<Rng>, C, P>
Rng operator() (Rng &&rng, C pred=C{}, P proj=P{}) const
 

Related Functions

(Note that these are not member functions.)

constexpr action_closure< stable_sort_fnstable_sort {}
 

Friends And Related Function Documentation

◆ stable_sort

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