Template Function thrust::transform(const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, OutputIterator, UnaryFunction)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “thrust::transform” with arguments (const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, OutputIterator, UnaryFunction) in doxygen xml output for project “rocThrust” from directory: ./docBin/xml. Potential matches:

- template<typename DerivedPolicy, typename InputIterator, typename OutputIterator, typename UnaryFunction>__host__ __device__ OutputIterator thrust::transform(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, InputIterator, OutputIterator, UnaryFunction)
- template<typename DerivedPolicy, typename InputIterator1, typename InputIterator2, typename OutputIterator, typename BinaryFunction>__host__ __device__ OutputIterator thrust::transform(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator1, InputIterator1, InputIterator2, OutputIterator, BinaryFunction)
- template<typename InputIterator, typename OutputIterator, typename UnaryFunction>
  OutputIterator thrust::transform(InputIterator, InputIterator, OutputIterator, UnaryFunction)
- template<typename InputIterator1, typename InputIterator2, typename OutputIterator, typename BinaryFunction>
  OutputIterator thrust::transform(InputIterator1, InputIterator1, InputIterator2, OutputIterator, BinaryFunction)