Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::actions::unique_fn Member List

This is the complete list of members for ranges::actions::unique_fn, including all inherited members.

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
uniqueranges::actions::unique_fnrelated