Serial execution policy for iterator-based loop functions.
More...
#include <execution.hpp>
|
std::size_t | checkout_count = 1 |
| The maximum number of elements to check out at the same time if automatic checkout is enabled. More...
|
|
◆ sequenced_policy() [1/2]
constexpr ityr::execution::sequenced_policy::sequenced_policy |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ sequenced_policy() [2/2]
constexpr ityr::execution::sequenced_policy::sequenced_policy |
( |
std::size_t |
checkout_count | ) |
|
|
inlineconstexprnoexcept |
◆ checkout_count
std::size_t ityr::execution::sequenced_policy::checkout_count = 1 |
The maximum number of elements to check out at the same time if automatic checkout is enabled.
The documentation for this struct was generated from the following file: