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

Synopsis of methods

constexpr zip_fn zip {}
 

Public Member Functions

template<typename... Rngs>
 CPP_TEMPLATE_AUX_0 (requires ` and_v< viewable_range< Rngs >... > &&and_v< input_range< Rngs >... > &&(sizeof...(Rngs) !=0)) zip_view< all_t< Rngs >... > operator()(Rngs &&... rngs) const
 
constexpr empty_view< std::tuple<> > operator() () const noexcept