Skip to content

Commit

Permalink
Rephrase the container.begin() part
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Nov 1, 2023
1 parent a2af176 commit a2fd167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Requirements:
* The ``Container`` type must meet the :doc:`ContainerBasedSequence requirements <../../named_requirements/algorithms/container_based_sequence>`.
* If ``InputIterator`` type does not meet the `Forward Iterator` requirements from the [forward.iterators] section of the ISO C++ Standard,
the ``std::iterator_traits<InputIterator>::value_type`` type must be constructible from ``std::iterator_traits<InputIterator>::reference``.
* ``decltype(std::declval<Container>().begin())`` must meet the same requirements as the `Input Iterator` type.
* The type returned by ``Container::begin()`` must meet the same requirements as the ``InputIterator`` type above.

The ``parallel_for_each`` template has two forms.

Expand Down

0 comments on commit a2fd167

Please sign in to comment.