ParallelForFunc

[req.parallel_for_func]

F タイプは、次の要件を満たす場合に ParallelForFunc の要件を満たします:


ParallelForFunc の要件: 擬似署名、セマンティクス

void F::operator()(Index index) const

関数を index に適用します。Index タイプは、parallel_for アルゴリズムの対応するテンプレート・パラメーターと同一である必要があります。

参照: