206 ReduceOptions reduceOptions)
208 Base(pool,
this->sequence.cbegin(),
this->sequence.cend(),
209 std::forward<F1>(functor1),
std::forward<F2>(functor2), reduceOptions)
215 InitialValueType &&initialValue, ReduceOptions reduceOptions)
217 Base(pool,
this->sequence.cbegin(),
this->sequence.cend(),
218 std::forward<F1>(functor1),
std::forward<F2>(functor2),
219 std::forward<InitialValueType>(initialValue), reduceOptions)