19.1.1.10.3. Time_t DDS Operators
-
static inline bool eprosima::fastdds::dds::operator==(const Time_t &t1, const Time_t &t2)
Comparison assignment
-
static inline bool eprosima::fastdds::dds::operator!=(const Time_t &t1, const Time_t &t2)
Comparison assignment
-
static inline bool eprosima::fastdds::dds::operator<(const Time_t &t1, const Time_t &t2)
Checks if a Time_t is less than other.
-
static inline bool eprosima::fastdds::dds::operator>(const Time_t &t1, const Time_t &t2)
Checks if a Time_t is greater than other.
-
static inline bool eprosima::fastdds::dds::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::dds::operator>=(const Time_t &t1, const Time_t &t2)
Checks if a Time_t is greater or equal than other.