Synopsis of methods | |
constexpr view< for_each_fn > | for_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 |