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