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

Synopsis of methods

constexpr iter_zip_with_fn iter_zip_with {}
 

Public Member Functions

template<typename... Rngs, typename Fun >
 CPP_TEMPLATE_AUX_0 (requires ` and_v< viewable_range< Rngs >... > &&zippable_with< Fun, Rngs... > &&(sizeof...(Rngs) !=0)) iter_zip_with_view< Fun
 
all_t< Rngs > operator() (Fun fun, Rngs &&... rngs) const