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
left
andright
, and return the resultValue
type must be the same as a corresponding template parameter forparallel_scan
algorithm.