ParallelScanCombine¶
[req.parallel_scan_combine]
A type Combine satisfies the ParallelScanCombine if it meets the following requirements:
ParallelScanCombine Requirements: Pseudo-Signature, Semantics
-
Value
Combine::operator()(const Value &left, const Value &right) const¶ Combine summaries
leftandright, and return the resultValuetype must be the same as a corresponding template parameter forparallel_scanalgorithm.