thrust::mr::operator!=

Defined in thrust/mr/allocator.h

template<typename T, typename MR>
bool thrust::mr::operator!=(const allocator<T, MR> &lhs, const allocator<T, MR> &rhs) noexcept

Compares the allocators for inequality by comparing the underlying memory resources.