Template Function shad::transform_reduce(InputIt1, InputIt1, InputIt2, T, BinaryOp1, BinaryOp2)¶
- Defined in File numeric.h
Function Documentation¶
-
template <class InputIt1, class InputIt2, class T, class BinaryOp1, class BinaryOp2>
std::enable_if_t<!shad::is_execution_policy<InputIt1>::value, T>shad
::
transform_reduce
(InputIt1 first1, InputIt1 last1, InputIt2 first2, T init, BinaryOp1 binary_op1, BinaryOp2 binary_op2)¶