28 Algorithms library [algorithms]

28.4 Parallel algorithms [algorithms.parallel]

28.4.1 Terms and definitions [algorithms.parallel.defns]

A parallel algorithm is a function template listed in this International Standard with a template parameter named ExecutionPolicy.

Parallel algorithms access objects indirectly accessible via their arguments by invoking the following functions:

These functions are herein called element access functions. [Example: The sort function may invoke the following element access functions:

end example]