Variable beluga::views::zip

Variable Documentation

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.

Unlike ranges::views::zip, iterators always dereference into tuples, not pairs. Other than that, they are both equivalent views.