Itoyori  v0.0.1
execution.hpp File Reference
Include dependency graph for execution.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ityr::execution::sequenced_policy
 Serial execution policy for iterator-based loop functions. More...
 
struct  ityr::execution::parallel_policy< W >
 Parallel execution policy for iterator-based loop functions. More...
 

Namespaces

 ityr
 
 ityr::execution
 

Variables

constexpr sequenced_policy ityr::execution::seq
 Default serial execution policy for iterator-based loop functions. More...
 
constexpr parallel_policy ityr::execution::par
 Default parallel execution policy for iterator-based loop functions. More...