Template Function iox::rp::operator==

Function Documentation

template<typename T>
bool iox::rp::operator==(const relocatable_ptr<T> &lhs, const relocatable_ptr<T> &rhs) noexcept

Compare relocatable_ptr with respect to logical equality.

Returns:

true if rhs and lhs point to the same location, false otherwise