operator <

The < operator is a comparison function used by OMTimerManager to manipulate its heap structure. It determines whether the current value of Timeout is less than the due time of the specified timeout.

The comparison yields one of the following values:

Visibility
Public
Signature
int operator < (OMTimeout& tn)
Parameters
tn

Specifies the address of the timeout


Feedback