Function eprosima::fastrtps::rtps::operator+(const SequenceNumber_t&, const uint32_t)
Defined in File SequenceNumber.h
Function Documentation
-
inline SequenceNumber_t eprosima::fastrtps::rtps::operator+(const SequenceNumber_t &seq, const uint32_t inc) noexcept
Add one uint32_t to a SequenceNumber_t
- Parameters
seq – [in] Base sequence number
inc – value to add to the base
- Returns
Result of the addition