You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>No terms and definitions are listed in this document.</li>
7
6
<li>ISO and IEC maintained terminological databases for us in standardization at the following addresses:</li>
@@ -10,58 +9,5 @@ <h1>Terms and definitions</h1>
10
9
<li>ISO Online browsing platform: available at <ahref="http://www.iso.org/obp">http://www.iso.org/obp</a></li>
11
10
</ul>
12
11
</ul>
13
-
</ins>
14
-
15
-
<del>
16
-
<p>For the purposes of this document, the terms and definitions given in the C++ Standard and the following apply.</p>
17
-
18
-
<p>A <dfn>parallel algorithm</dfn> is a function template described by this Technical Specification declared in namespace <code>std::experimental::parallel::v2</code> with a formal template parameter named <code>ExecutionPolicy</code>.</p>
19
-
20
-
<p>
21
-
Parallel algorithms access objects indirectly accessible via their arguments by invoking the following functions:
22
-
23
-
<ul>
24
-
<li>
25
-
All operations of the categories of the iterators that the algorithm is instantiated with.
26
-
</li>
27
-
28
-
<li>
29
-
Functions on those sequence elements that are required by its specification.
30
-
</li>
31
-
32
-
<li>
33
-
User-provided function objects to be applied during the execution of the algorithm, if required by the specification.
34
-
</li>
35
-
36
-
<li>
37
-
Operations on those function objects required by the specification.
38
-
39
-
<cxx-note>
40
-
See clause 25.1 of <em>C++ Standard Algorithms Library</em>.
41
-
</cxx-note>
42
-
</li>
43
-
</ul>
44
-
45
-
These functions are herein called <em>element access functions</em>.
46
-
47
-
<cxx-example>
48
-
The <code>sort</code> function may invoke the following element access functions:
49
-
50
-
<ul>
51
-
<li>
52
-
Methods of the random-access iterator of the actual template argument, as per 24.2.7, as implied by the name of the
0 commit comments