20.2.3.21.2. Time_t RTPS Operators¶
-
static inline bool eprosima::fastdds::rtps::operator==(const Time_t &t1, const Time_t &t2)¶
Comparison assignment
-
static inline bool eprosima::fastdds::rtps::operator!=(const Time_t &t1, const Time_t &t2)¶
Comparison assignment
-
static inline bool eprosima::fastdds::rtps::operator<(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is less than other.
-
static inline bool eprosima::fastdds::rtps::operator>(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is greater than other.
-
static inline bool eprosima::fastdds::rtps::operator<=(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is less or equal than other.
-
static inline bool eprosima::fastdds::rtps::operator>=(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is greater or equal than other.