Implementation of a zip range adaptor object. More...
#include <tuple>#include <range/v3/view/zip.hpp>

Go to the source code of this file.
Classes | |
| struct | beluga::views::detail::as_common_tuple_indirect_fn |
| Utility type to adapt the zip output. More... | |
| struct | beluga::views::detail::zip_fn |
| Implementation detail for a zip range adaptor object. More... | |
Namespaces | |
| beluga | |
| The main Beluga namespace. | |
| beluga::views | |
| beluga::views::detail | |
Variables | |
| constexpr detail::zip_fn | beluga::views::zip |
| Given N ranges, return a new range where the Mth element is a tuple of the Mth elements of all N ranges. More... | |
Implementation of a zip range adaptor object.
Definition in file zip.hpp.