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

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

operator()(I begin, S end, V const &val, P proj=P{}) const -> I requires input_iterator< I > &&sentinel_for< S, I > &&indirect_relation< equal_to, projected< I, P >, V const * >ranges::find_fn
operator()(Rng &&rng, V const &val, P proj=P{}) const -> safe_iterator_t< Rng > requires input_range< Rng > &&indirect_relation< equal_to, projected< iterator_t< Rng >, P >, V const * >ranges::find_fn