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

The execution policy type used as a unique type to disambiguate parallel algorithm overloading and require that a parallel algorithm's execution may not be parallelized. The invocations of element access functions in parallel algorithms invoked with this policy (usually specified as etl::execution::seq) are indeterminately sequenced in the calling thread. More...

#include <sequenced_policy.hpp>

Related Symbols

(Note that these are not member symbols.)

constexpr auto seq = sequenced_policy{}
 

Detailed Description

The execution policy type used as a unique type to disambiguate parallel algorithm overloading and require that a parallel algorithm's execution may not be parallelized. The invocations of element access functions in parallel algorithms invoked with this policy (usually specified as etl::execution::seq) are indeterminately sequenced in the calling thread.


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