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

Synopsis of methods

constexpr zip_with_fn zip_with {}
 

Public Member Functions

template<typename... Rngs, typename Fun >
 CPP_TEMPLATE_AUX_0 (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
 
all_t< Rngs > operator() (Fun fun, Rngs &&... rngs) const