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

Synopsis of methods

constexpr zip_fn zip {}
 

Public Member Functions

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