Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::view::for_each_fn Struct Reference

Synopsis of methods

constexpr view< for_each_fnfor_each {}
 

Public Types

template<typename Rng , typename F >
using Concept = meta::and_< Range< Rng >, IndirectCallable< F, range_iterator_t< Rng >>, Range< concepts::Callable::result_t< F, range_common_reference_t< Rng >>>>
 

Public Member Functions

template<typename Rng , typename F , requires = (Concept<Rng, F>())>
for_each_view< all_t< Rng >, F > operator() (Rng &&rng, F f) const