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

Function Documentation

static inline bool eprosima::fastrtps::rtps::operator<=(const Time_t &t1, const Time_t &t2)

Checks if a Time_t is less or equal than other.

Parameters:
  • t1 – First Time_t to compare

  • t2 – Second Time_t to compare

Returns:

True if the first Time_t is less or equal than the second