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

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
 

Related Functions

(Note that these are not member functions.)

constexpr zip_fn zip {}