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

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

operator()(Rng &&rng, V const &value, P proj={}) const -> Rng requires forward_range< Rng > &&permutable< iterator_t< Rng >> &&erasable_range< Rng, iterator_t< Rng >, sentinel_t< Rng >> &&indirect_relation< equal_to, projected< iterator_t< Rng >, P >, V const *> (defined in ranges::actions::remove_fn)ranges::actions::remove_fn