17.2.3.19.5. Time_t Operators¶
-
static inline bool eprosima::fastrtps::rtps::operator==(const Time_t &t1, const Time_t &t2)¶
Comparison assignment
-
static inline bool eprosima::fastrtps::rtps::operator!=(const Time_t &t1, const Time_t &t2)¶
Comparison assignment
-
static inline bool eprosima::fastrtps::rtps::operator<(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is less than other.
-
static inline bool eprosima::fastrtps::rtps::operator>(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is greater than other.
-
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.
-
static inline bool eprosima::fastrtps::rtps::operator>=(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is greater or equal than other.
-
static inline Time_t eprosima::fastrtps::rtps::operator+(const Time_t &ta, const Time_t &tb)¶
Adds two Time_t.
-
static inline Time_t eprosima::fastrtps::rtps::operator-(const Time_t &ta, const Time_t &tb)¶
Subtracts two Time_t.
-
static inline bool eprosima::fastrtps::operator==(const Time_t &t1, const Time_t &t2)¶
Comparison assignment
-
static inline bool eprosima::fastrtps::operator!=(const Time_t &t1, const Time_t &t2)¶
Comparison assignment
-
static inline bool eprosima::fastrtps::operator<(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is less than other.
-
static inline bool eprosima::fastrtps::operator>(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is greater than other.
-
static inline bool eprosima::fastrtps::operator<=(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is less or equal than other.
-
static inline bool eprosima::fastrtps::operator>=(const Time_t &t1, const Time_t &t2)¶
Checks if a Time_t is greater or equal than other.