Horizon
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
zip.hpp File Reference
#include <tuple>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/traits.hpp>
#include <range/v3/utility/common_tuple.hpp>
#include <range/v3/view/all.hpp>
#include <range/v3/view/empty.hpp>
#include <range/v3/view/zip_with.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/satisfy_boost_range.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Classes

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

Namespaces

namespace  ranges::views
 

Functions

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

Variables

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