Synopsis of methods | |
| constexpr action< stable_sort_fn > | stable_sort {} |
Instances and minimal complete definitions | |
| struct | ConceptImpl |
Public Types | |
| template<typename Rng , typename C = ordered_less, typename P = ident> | |
| using | Concept = concepts::models< ConceptImpl, Rng, C, P > |
Public Member Functions | |
| template<typename Rng , typename C = ordered_less, typename P = ident, requires = (Concept<Rng, C, P>())> | |
| Rng | operator() (Rng &&rng, C pred=C{}, P proj=P{}) const |