Template Function thrust::exclusive_scan_by_key(const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator1, InputIterator1, InputIterator2, OutputIterator, T, BinaryPredicate)

Function Documentation

Warning

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

- template<typename DerivedPolicy, typename InputIterator1, typename InputIterator2, typename OutputIterator, typename T, typename BinaryPredicate, typename AssociativeOperator>__host__ __device__ OutputIterator thrust::exclusive_scan_by_key(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator1, InputIterator1, InputIterator2, OutputIterator, T, BinaryPredicate, AssociativeOperator)
- template<typename DerivedPolicy, typename InputIterator1, typename InputIterator2, typename OutputIterator, typename T, typename BinaryPredicate>__host__ __device__ OutputIterator thrust::exclusive_scan_by_key(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator1, InputIterator1, InputIterator2, OutputIterator, T, BinaryPredicate)
- template<typename DerivedPolicy, typename InputIterator1, typename InputIterator2, typename OutputIterator, typename T>__host__ __device__ OutputIterator thrust::exclusive_scan_by_key(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator1, InputIterator1, InputIterator2, OutputIterator, T)
- template<typename DerivedPolicy, typename InputIterator1, typename InputIterator2, typename OutputIterator>__host__ __device__ OutputIterator thrust::exclusive_scan_by_key(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator1, InputIterator1, InputIterator2, OutputIterator)
- template<typename InputIterator1, typename InputIterator2, typename OutputIterator, typename T, typename BinaryPredicate, typename AssociativeOperator>
  OutputIterator thrust::exclusive_scan_by_key(InputIterator1, InputIterator1, InputIterator2, OutputIterator, T, BinaryPredicate, AssociativeOperator)
- template<typename InputIterator1, typename InputIterator2, typename OutputIterator, typename T, typename BinaryPredicate>
  OutputIterator thrust::exclusive_scan_by_key(InputIterator1, InputIterator1, InputIterator2, OutputIterator, T, BinaryPredicate)
- template<typename InputIterator1, typename InputIterator2, typename OutputIterator, typename T>
  OutputIterator thrust::exclusive_scan_by_key(InputIterator1, InputIterator1, InputIterator2, OutputIterator, T)
- template<typename InputIterator1, typename InputIterator2, typename OutputIterator>
  OutputIterator thrust::exclusive_scan_by_key(InputIterator1, InputIterator1, InputIterator2, OutputIterator)