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

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
 

Related Functions

(Note that these are not member functions.)

constexpr zip_fn zip {}