std::execution Symbol Index (since C++17)
From cppreference.com
 
 
 < cpp | symbol index 
 
 
 Symbol Index 
 
 
 
 
 
 
 
 
 
 
 
 
 
(C++11)
(C++26)
std::execution
(C++17)
(C++17)
(C++26)
(C++14)
(C++20)
(C++11)
(C++17)
(C++20)
(C++11)
(deprecated in C++20)
(C++11)
This page tries to list all the symbols that are available from the standard library (algorithms library) in the namespace std::execution. The symbols are written as follows:
- Function names with ().
- Templates with <>.
[edit] P S U 
P S U 
[edit] P
par (since C++17)
par_unseq (since C++17)
parallel_policy (since C++17)
parallel_unsequenced_policy (since C++17)
[edit] S
seq (since C++17)
sequenced_policy (since C++17)
[edit] U
unseq (since C++20)
unsequenced_policy (since C++20)