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 |
Related Functions | |
(Note that these are not member functions.) | |
constexpr iter_zip_with_fn | iter_zip_with {} |