cuda::experimental::operator==

Defined in include/cuda/experimental/__memory_resource/resource.cuh

template<class _Resource, class _OtherResource>
bool cuda::experimental::operator==(_Resource const&, _OtherResource const&) noexcept

Equality comparison between two resources of different types.

Parameters
  • __lhs – The left-hand side resource.

  • __rhs – The right-hand side resource.

Returns

Always returns false.