Template Function thrust::operator!=(const complex<T0>&, const T1&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “thrust::operator!=” with arguments (const complex<T0>&, const T1&) in doxygen xml output for project “rocThrust” from directory: ./docBin/xml. Potential matches:

- template<typename T0, typename T1>__host__ THRUST_STD_COMPLEX_DEVICE bool thrust::operator!=(const  complex < T0 > &, const std::complex< T1 > &)
- template<typename T0, typename T1>__host__ THRUST_STD_COMPLEX_DEVICE bool thrust::operator!=(const std::complex< T0 > &, const  complex < T1 > &)
- template<typename T0, typename T1>__host__ __device__ bool thrust::operator!=(const  complex < T0 > &, const  complex < T1 > &)
- template<typename T0, typename T1>__host__ __device__ bool thrust::operator!=(const  complex < T0 > &, const T1 &)
- template<typename T0, typename T1>__host__ __device__ bool thrust::operator!=(const T0 &, const  complex < T1 > &)
- template<typename T1, typename T2>__host__ __device__ bool thrust::operator!=(const  pair < T1, T2 > &, const  pair < T1, T2 > &)