Template Function thrust::replace_copy_if(const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, OutputIterator, Predicate, const T&)

Function Documentation

Warning

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

- template<typename DerivedPolicy, typename InputIterator, typename OutputIterator, typename Predicate, typename T>__host__ __device__ OutputIterator thrust::replace_copy_if(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, InputIterator, OutputIterator, Predicate, const T &)
- template<typename DerivedPolicy, typename InputIterator1, typename InputIterator2, typename OutputIterator, typename Predicate, typename T>__host__ __device__ OutputIterator thrust::replace_copy_if(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator1, InputIterator1, InputIterator2, OutputIterator, Predicate, const T &)
- template<typename InputIterator, typename OutputIterator, typename Predicate, typename T>
  OutputIterator thrust::replace_copy_if(InputIterator, InputIterator, OutputIterator, Predicate, const T&)
- template<typename InputIterator1, typename InputIterator2, typename OutputIterator, typename Predicate, typename T>
  OutputIterator thrust::replace_copy_if(InputIterator1, InputIterator1, InputIterator2, OutputIterator, Predicate, const T&)