Thrust
thrust
equal_to
first_argument_type
operator()
result_type
second_argument_type
◆
operator()()
template<typename T = void>
__thrust_exec_check_disable__ __host__ __device__ constexpr bool
thrust::equal_to
< T >::operator()
(
const T &
lhs
,
const T &
rhs
)
const
Function call operator. The return value is
lhs == rhs
.
Generated by
1.8.13