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 >... > &©_constructible< Fun > &&invocable< Fun &, range_reference_t< Rngs >... > &&(sizeof...(Rngs) !=0)) zip_with_view< Fun | |
all_t< Rngs > | operator() (Fun fun, Rngs &&... rngs) const |