Synopsis of methods | |
| constexpr action_closure< stable_sort_fn > | stable_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 | |
| P | C = less |
| P | P = identity > requires ` forward_range<Rng> && sortable<iterator_t<Rng> |
| P | proj |
|
related |
| P ranges::actions::stable_sort_fn::proj |