thrust::mr::operator==
Defined in thrust/mr/memory_resource.h
-
template<typename Pointer>
bool thrust::mr::operator==(const memory_resource<Pointer> &lhs, const memory_resource<Pointer> &rhs) noexcept Compares the memory resources for equality, first by identity, then by
is_equal
.