#include "ityr/common/util.hpp"#include "ityr/ito/ito.hpp"#include "ityr/container/workhint_view.hpp"

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... | |