Function eprosima::fastrtps::rtps::operator>(const SequenceNumber_t&, const SequenceNumber_t&)
Defined in File SequenceNumber.h
Function Documentation
-
inline bool eprosima::fastrtps::rtps::operator>(const SequenceNumber_t &seq1, const SequenceNumber_t &seq2) noexcept
Checks if a SequenceNumber_t is greater than other.
- Parameters
seq1 – First SequenceNumber_t to compare
seq2 – Second SequenceNumber_t to compare
- Returns
True if the first SequenceNumber_t is greater than the second