ParallelReduceReduction
[req.parallel_reduce_reduction]
Reduction タイプは、次の要件を満たしている場合に ParallelReduceReduction の要件を満たします:
ParallelReduceReduction の要件: 擬似署名、セマンティクス
- Value Reduction::operator()(const Value &x, const Value &y) const
結果
x
とy
を組み合わせます。Value
タイプは、parallel_reduce アルゴリズムに対応するテンプレート・パラメーターと同一である必要があります。
参照: