tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
unsequenced_policy Struct Reference

The execution policy type used as a unique type to disambiguate parallel algorithm overloading and indicate that a parallel algorithm's execution may be vectorized, e.g., executed on a single thread using instructions that operate on multiple data items. More...

#include <unsequenced_policy.hpp>

Related Symbols

(Note that these are not member symbols.)

constexpr auto unseq = unsequenced_policy{}
 

Detailed Description

The execution policy type used as a unique type to disambiguate parallel algorithm overloading and indicate that a parallel algorithm's execution may be vectorized, e.g., executed on a single thread using instructions that operate on multiple data items.


The documentation for this struct was generated from the following file: