Function eprosima::fastrtps::rtps::operator<(const Locator_t&, const Locator_t&)

Function Documentation

inline bool eprosima::fastrtps::rtps::operator<(const Locator_t &loc1, const Locator_t &loc2)

Less than operator.

Parameters:
  • loc1 – Left hand side locator being compared.

  • loc2 – Right hand side locator being compared.

Returns:

true if loc1 is less than loc2.

Returns:

false otherwise.