Function eprosima::fastrtps::rtps::operator<(const InstanceHandle_t&, const InstanceHandle_t&)
Defined in File InstanceHandle.h
Function Documentation
-
inline bool eprosima::fastrtps::rtps::operator<(const InstanceHandle_t &h1, const InstanceHandle_t &h2) noexcept
Comparison operator: checks if a InstanceHandle_t is less than another.
- Parameters
h1 – First InstanceHandle_t to compare.
h2 – Second InstanceHandle_t to compare.
- Returns
True if the first InstanceHandle_t is less than the second.