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

Function Documentation

Warning

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

- template<typename DerivedPolicy, typename InputIterator, typename Size, typename UnaryFunction>__host__ __device__ InputIterator thrust::for_each_n(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, Size, UnaryFunction)
- template<typename InputIterator, typename Size, typename UnaryFunction>
  InputIterator thrust::for_each_n(InputIterator, Size, UnaryFunction)