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

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

operator()(I0 begin0, S0 end0, I1 begin1, S1 end1, R pred=R{}, P0 proj0=P0{}, P1 proj1=P1{}) const -> I0 requires input_iterator< I0 > &&sentinel_for< S0, I0 > &&forward_iterator< I1 > &&sentinel_for< S1, I1 > &&indirect_relation< R, projected< I0, P0 >, projected< I1, P1 >> (defined in ranges::find_first_of_fn)ranges::find_first_of_fn
operator()(Rng0 &&rng0, Rng1 &&rng1, R pred=R{}, P0 proj0=P0{}, P1 proj1=P1{}) const -> safe_iterator_t< Rng0 > requires input_range< Rng0 > &&forward_range< Rng1 > &&indirect_relation< R, projected< iterator_t< Rng0 >, P0 >, projected< iterator_t< Rng1 >, P1 >> (defined in ranges::find_first_of_fn)ranges::find_first_of_fn