This is the complete list of members for ranges::actions::sort_fn, including all inherited members.
operator()(C pred, P proj={}) const requires(!range< C >) (defined in ranges::actions::sort_fn) | ranges::actions::sort_fn | |
operator()(Rng &&rng, C pred={}, P proj={}) const -> Rng requires forward_range< Rng > &&sortable< iterator_t< Rng >, C, P > (defined in ranges::actions::sort_fn) | ranges::actions::sort_fn | |
sort | ranges::actions::sort_fn | related |