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

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

operator()(I begin, S end, F fun, P proj=P{}) const -> for_each_result< I, F > requires input_iterator< I > &&sentinel_for< S, I > &&indirectly_unary_invocable< F, projected< I, P >> (defined in ranges::for_each_fn)ranges::for_each_fn
operator()(Rng &&rng, F fun, P proj=P{}) const -> for_each_result< safe_iterator_t< Rng >, F > requires input_range< Rng > &&indirectly_unary_invocable< F, projected< iterator_t< Rng >, P >> (defined in ranges::for_each_fn)ranges::for_each_fn