Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::views::zip_with_fn Struct Referenceabstract

Synopsis of methods

constexpr zip_with_fn zip_with {}
 

Public Member Functions

requires and_v< viewable_range< Rngs >... > &&and_v< input_range< Rngs >... > &&copy_constructible< Fun > &&invocable< Fun &, range_reference_t< Rngs >... > all_t< Rngs > operator() (Fun fun, Rngs &&... rngs) const
 
template<typename Fun >
requires copy_constructible< Fun > &&constexpr invocable< Fun & > empty_view< std::tuple<> > operator() (Fun) const noexcept
 
template<typename... Rngs, typename Fun >
requires and_v< viewable_range< Rngs >... > &&and_v< input_range< Rngs >... > &&copy_constructible< Fun > &&invocable< Fun &, range_reference_t< Rngs >... > && sizeof (Rngs) !=0)` zip_with_view< Fun