GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::execution::seq,std::execution::par,std::execution::par_unseq,std::execution::unseq(3) C++ Standard Libary std::execution::seq,std::execution::par,std::execution::par_unseq,std::execution::unseq(3)

std::execution::seq,std::execution::par,std::execution::par_unseq,std::execution::unseq - std::execution::seq,std::execution::par,std::execution::par_unseq,std::execution::unseq


Defined in header <execution>
inline constexpr std::execution::sequenced_policy seq { /* (since C++17)
unspecified */ };
inline constexpr std::execution::parallel_policy par { /* unspecified (since C++17)
*/ };
inline constexpr std::execution::parallel_unsequenced_policy (since C++17)
par_unseq { /* unspecified */ };
inline constexpr std::execution::unsequenced_policy unseq { /* (since C++20)
unspecified */ };


std::execution::seq, std::execution::par, std::execution::par_unseq, and
std::execution::unseq are instances of the execution policy types
std::execution::sequenced_policy, std::execution::parallel_policy,
std::execution::parallel_unsequenced_policy, and std::execution::unsequenced_policy
respectively. They are used to specify the execution policy of parallel algorithms -
i.e., the kinds of parallelism allowed.


Additional execution policies may be provided by a standard library implementation
(possible future additions may include std::parallel::cuda and
std::parallel::opencl)


sequenced_policy
parallel_policy
parallel_unsequenced_policy
unsequenced_policy execution policy types
(C++17) (class)
(C++17)
(C++17)
(C++20)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.