oneAPI-spec icon indicating copy to clipboard operation
oneAPI-spec copied to clipboard

[oneDPL] [Iterators] Add a method to extract underlying iterators

Open andreyfe1 opened this issue 3 years ago • 2 comments

It would be great if zip_iterator has a method that extracts tuple of underlying iterators. Probably it would be useful for some other iterators as well (e.g. transform_iterator). I see that oneDPL implementation already contains it: https://github.com/oneapi-src/oneDPL/blob/main/include/oneapi/dpl/pstl/iterator_impl.h#L364

andreyfe1 avatar Dec 24 '21 07:12 andreyfe1

Ok. So, the issue should be closed.

MikeDvorskiy avatar Jan 19 '22 09:01 MikeDvorskiy

Issue is still relevant since oneDPL spec doesn't specify that method. The issue is for the Spec, not for the implementation

andreyfe1 avatar Jan 19 '22 09:01 andreyfe1

Addressed in v1.2 specification

akukanov avatar Nov 08 '22 16:11 akukanov