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