ParallelScanCombine#
[req.parallel_scan_combine]
A type Combine satisfies ParallelScanCombine if it meets the following requirements:
ParallelScanCombine Requirements: Pseudo-Signature, Semantics
- 
Value Combine::operator()(const Value &left, const Value &right) const#
 Combines summaries
leftandrightand returns the resultValuetype must be the same as a corresponding template parameter for theparallel_scanalgorithm.
See also: