Template Function thrust::is_sorted(const thrust::detail::execution_policy_base<DerivedPolicy>&, ForwardIterator, ForwardIterator, Compare)

Function Documentation

Warning

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

- template<typename DerivedPolicy, typename ForwardIterator, typename Compare>__host__ __device__ bool thrust::is_sorted(const thrust::detail::execution_policy_base< DerivedPolicy > &, ForwardIterator, ForwardIterator, Compare)
- template<typename DerivedPolicy, typename ForwardIterator>__host__ __device__ bool thrust::is_sorted(const thrust::detail::execution_policy_base< DerivedPolicy > &, ForwardIterator, ForwardIterator)
- template<typename ForwardIterator, typename Compare>
  bool thrust::is_sorted(ForwardIterator, ForwardIterator, Compare)
- template<typename ForwardIterator>
  bool thrust::is_sorted(ForwardIterator, ForwardIterator)