Template Function thrust::remove_if(const thrust::detail::execution_policy_base<DerivedPolicy>&, ForwardIterator, ForwardIterator, Predicate)

Function Documentation

Warning

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

- template<typename DerivedPolicy, typename ForwardIterator, typename InputIterator, typename Predicate>__host__ __device__ ForwardIterator thrust::remove_if(const thrust::detail::execution_policy_base< DerivedPolicy > &, ForwardIterator, ForwardIterator, InputIterator, Predicate)
- template<typename DerivedPolicy, typename ForwardIterator, typename Predicate>__host__ __device__ ForwardIterator thrust::remove_if(const thrust::detail::execution_policy_base< DerivedPolicy > &, ForwardIterator, ForwardIterator, Predicate)
- template<typename ForwardIterator, typename InputIterator, typename Predicate>
  ForwardIterator thrust::remove_if(ForwardIterator, ForwardIterator, InputIterator, Predicate)
- template<typename ForwardIterator, typename Predicate>
  ForwardIterator thrust::remove_if(ForwardIterator, ForwardIterator, Predicate)