Provides seqan3::views::zip. More...
#include <algorithm>#include <functional>#include <ranges>#include <seqan3/core/detail/all_view.hpp>#include <seqan3/core/range/detail/adaptor_from_functor.hpp>#include <seqan3/utility/tuple/common_tuple.hpp>#include <seqan3/utility/views/detail/helper.hpp>
Include dependency graph for zip.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::views |
| The SeqAn namespace for views. | |
Variables | |
| constexpr auto | seqan3::views::zip = seqan3::detail::zip_fn{} |
A view adaptor that takes several views and returns tuple-like values from every i-th element of each view.
| |
Provides seqan3::views::zip.