This is the complete list of members for ranges::sort_fn, including all inherited members.
operator()(I begin, S end_, C pred=C{}, P proj=P{}) const -> I requires sortable< I, C, P > &&random_access_iterator< I > &&sentinel_for< S, I > (defined in ranges::sort_fn) | ranges::sort_fn | |
operator()(Rng &&rng, C pred=C{}, P proj=P{}) const -> safe_iterator_t< Rng > requires sortable< iterator_t< Rng >, C, P > &&random_access_range< Rng > (defined in ranges::sort_fn) | ranges::sort_fn |