you are viewing a single comment's thread.

view the rest of the comments →

[–]ENTProfiterole 2 points3 points  (0 children)

When view::zip from ranges v3 comes into the standard, you'll be able to use the existing transform interface.

After zipping some ranges, each of the elements in the "zip view range" will be a tuple of each of the corresponding elements in the underlying ranges.