This is the complete list of members for ranges::remove_copy_fn, including all inherited members.
operator()(I begin, S end, O out, T const &val, P proj=P{}) const -> remove_copy_result< I, O > requires input_iterator< I > &&sentinel_for< S, I > &&weakly_incrementable< O > &&indirect_relation< equal_to, projected< I, P >, T const * > &&indirectly_copyable< I, O > (defined in ranges::remove_copy_fn) | ranges::remove_copy_fn | |
operator()(Rng &&rng, O out, T const &val, P proj=P{}) const -> remove_copy_result< safe_iterator_t< Rng >, O > requires input_range< Rng > &&weakly_incrementable< O > &&indirect_relation< equal_to, projected< iterator_t< Rng >, P >, T const * > &&indirectly_copyable< iterator_t< Rng >, O > (defined in ranges::remove_copy_fn) | ranges::remove_copy_fn |