|
| constexpr decltype(auto) | parallel (const E &executor, P p, I first, S last, T i, Fun f=std::plus<>()) const |
| | Complete overload.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, P p, I first, S last, Fun f=std::plus<>()) const |
| | Overload for default init value.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, P p, R &&r, T i, Fun f=std::plus<>()) const |
| | Overload for Ranges.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, P p, R &&r, Fun f=std::plus<>()) const |
| | Overload for Ranges / default init value.
|
| |
| constexpr decltype(auto) | parallel (P p, I first, S last, T i, Fun f=std::plus<>()) const |
| | Overload for Iterators / default parallel executor.
|
| |
| constexpr decltype(auto) | parallel (P p, I first, S last, Fun f=std::plus<>()) const |
| | Overload for Iterators / default parallel executor / default init value.
|
| |
| constexpr decltype(auto) | parallel (P p, R &&r, T i, Fun f=std::plus<>()) const |
| | Overload for Ranges / default parallel executor.
|
| |
| constexpr decltype(auto) | parallel (P p, R &&r, Fun f=std::plus<>()) const |
| | Overload for Ranges / default parallel executor / default init value.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, I first, S last, T i, Fun f=std::plus<>()) const |
| | Overload for Iterators / default partitioner.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, I first, S last, Fun f=std::plus<>()) const |
| | Overload for Iterators / default partitioner / default init value.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, R &&r, T i, Fun f=std::plus<>()) const |
| | Overload for Ranges / default partitioner.
|
| |
| constexpr decltype(auto) | parallel (const E &executor, R &&r, Fun f=std::plus<>()) const |
| | Overload for Ranges / default partitioner / default init value.
|
| |
| constexpr decltype(auto) | parallel (I first, S last, T i, Fun f=std::plus<>()) const |
| | Overload for Iterators / default executor / default partitioner.
|
| |
| constexpr decltype(auto) | parallel (I first, S last, Fun f=std::plus<>()) const |
| | Iterators / default executor / default partitioner / default init value.
|
| |
| constexpr decltype(auto) | parallel (R &&r, T i, Fun f=std::plus<>()) const |
| | Overload for Ranges / default executor / default partitioner.
|
| |
| constexpr decltype(auto) | operator() (const E &executor, P p, I first, S last, T i, Fun f=std::plus<>()) const |
| | Complete overload.
|
| |
| constexpr decltype(auto) | operator() (const E &executor, P p, I first, S last, Fun f=std::plus<>()) const |
| |
| constexpr decltype(auto) | operator() (const E &executor, P p, R &&r, T i, Fun f=std::plus<>()) const |
| |
| constexpr decltype(auto) | operator() (const E &executor, P p, R &&r, Fun f=std::plus<>()) const |
| |
| constexpr decltype(auto) | operator() (const E &executor, I first, S last, T i, Fun f=std::plus<>()) const |
| |
| constexpr decltype(auto) | operator() (const E &executor, I first, S last, Fun f=std::plus<>()) const |
| |
| constexpr decltype(auto) | operator() (const E &executor, R &&r, T i, Fun f=std::plus<>()) const |
| |
| constexpr decltype(auto) | operator() (const E &executor, R &&r, Fun f=std::plus<>()) const |
| | Overload for Ranges / default partitioner / default init value.
|
| |
| constexpr decltype(auto) | operator() (I first, S last, T i, Fun f=std::plus<>()) const |
| | Overload for Iterators / default executor / default partitioner.
|
| |
| constexpr decltype(auto) | operator() (I first, S last, Fun f=std::plus<>()) const |
| | Iterators / default executor / default partitioner / default init value.
|
| |
| constexpr decltype(auto) | operator() (R &&r, T i, Fun f=std::plus<>()) const |
| | Overload for Ranges / default executor / default partitioner.
|
| |
| constexpr decltype(auto) | operator() (R &&r, Fun f=std::plus<>()) const |
| | Ranges / default executor / default partitioner / default init value.
|
| |
Functor representing the overloads for the reduce function.