Template Function shad::transform_reduce(InputIt, InputIt, T, BinaryOp, UnaryOp)¶
- Defined in File numeric.h
Function Documentation¶
-
template <class InputIt, class T, class BinaryOp, class UnaryOp>
std::enable_if_t<!shad::is_execution_policy<InputIt>::value, T>shad
::
transform_reduce
(InputIt first, InputIt last, T init, BinaryOp binop, UnaryOp unary_op)¶