Range-v3
Range algorithms, views, and actions for the Standard Library
zip.hpp File Reference

Classes

struct  ranges::views::zip_fn
 
struct  ranges::zip_view< Rngs >
 

Functions

template<typename... Rng>
 ranges::zip_view (Rng &&...) -> zip_view< views::all_t< Rng >... >
 

Variables

template<typename... Rng>
constexpr bool ranges::enable_borrowed_range< zip_view< Rng... > >