@@ -13,13 +13,13 @@ Let us define a named requirement, ``AdaptingIteratorSource``, to describe valid
13
13
types that can be used as source for oneDPL iterators as described below.
14
14
The type ``Iter `` satisfies the ``AdaptingIteratorSource `` named requirement if it is any of the following:
15
15
16
- * A random access iterator
17
- * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
18
- * A ``permutation_iterator ``
19
- * A ``transform_iterator ``
20
- * A ``counting_iterator ``
21
- * A ``discard_iterator ``
22
- * A ``zip_iterator ``
16
+ * A random access iterator
17
+ * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
18
+ * A ``permutation_iterator ``
19
+ * A ``transform_iterator ``
20
+ * A ``counting_iterator ``
21
+ * A ``discard_iterator ``
22
+ * A ``zip_iterator ``
23
23
24
24
.. code :: cpp
25
25
@@ -155,13 +155,13 @@ iterator instances to determine their position in the index map. ``SourceIterato
155
155
156
156
The type ``IndexMap `` must be one of the following:
157
157
158
- * A random access iterator
159
- * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
160
- * A ``permutation_iterator ``
161
- * A ``transform_iterator ``
162
- * A ``counting_iterator ``
163
- * A functor with a signature equivalent to ``T operator()(const T&) const `` where ``T `` is a
164
- ``std::iterator_traits<SourceIterator>::difference_type ``
158
+ * A random access iterator
159
+ * The unspecified iterator-like type returned by ``oneapi::dpl::begin `` or ``oneapi::dpl::end ``
160
+ * A ``permutation_iterator ``
161
+ * A ``transform_iterator ``
162
+ * A ``counting_iterator ``
163
+ * A functor with a signature equivalent to ``T operator()(const T&) const `` where ``T `` is a
164
+ ``std::iterator_traits<SourceIterator>::difference_type ``
165
165
166
166
167
167
``permutation_iterator::operator* `` uses the counter value of the instance on which
0 commit comments