The > operator
is a comparison function used by OMTimerManager to
manipulate its heap structure. It determines whether the current value
of Timeout is greater than the due time of the specified
timeout.
The comparison yields one of the following
values:
- 1 - The current
value of Timeout is
greater than the due time for the specified timeout.
- 0 - The current value
of Timeout is not greater than the due time for the
specified timeout.
Signatureint operator > (OMTimeout& tn)
Parameterstn
Specifies the address of the timeout