207 ReduceOptions reduceOptions)
209 Base(pool,
this->sequence.cbegin(),
this->sequence.cend(),
210 std::forward<F1>(functor1),
std::forward<F2>(functor2), reduceOptions)
216 InitialValueType &&initialValue, ReduceOptions reduceOptions)
218 Base(pool,
this->sequence.cbegin(),
this->sequence.cend(),
219 std::forward<F1>(functor1),
std::forward<F2>(functor2),
220 std::forward<InitialValueType>(initialValue), reduceOptions)