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