Comparison function (functor) for timer heap. More...
#include <ExpireTimer.h>
Public Member Functions | |
bool | operator() (const ExpireTimer &t1, const ExpireTimer &t2) const |
Parenthesis operator with two ExpireTimer parameters. More... | |
Comparison function (functor) for timer heap.
Definition at line 49 of file ExpireTimer.h.
|
inline |
Parenthesis operator with two ExpireTimer parameters.
Provides "largest first" comparison.
t1 | Lefthand side of comparison |
t2 | Righthand side of comparison |
t1
is greater than t2
Definition at line 56 of file ExpireTimer.h.