Skip to content

Commit

Permalink
wording adjustment
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Mar 21, 2024
1 parent 0816507 commit 92110dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/library_guide/parallel_api/iterators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ header. All iterators are implemented in the ``oneapi::dpl`` namespace.
iterator and the unary function applied during dereference operations are required template parameters of
the ``transform_iterator`` class.

The unary functor provided to a transform iterator should have a const call operator that takes a single argument
whose parameter type can be converted to from the reference type of the original iterator. The functor's call operator
should not have any side effects and should not modify the state of the functor object.
The unary functor provided to a transform iterator should have a const call operator which is callable using the
reference type of the original iterator. The functor's call operator should not have any side effects and should not
modify the state of the functor object.

The ``transform_iterator`` class provides three constructors:

Expand Down

0 comments on commit 92110dd

Please sign in to comment.