Definition at line 166 of file qalgorithms.h.
#include <qalgorithms.h>
Public Member Functions |
|
| bool | operator() (const T &t1, const T &t2) const |
| bool operator() | ( | const T & | t1, |
| const T & | t2 | ||
| ) | const [inline] |
Definition at line 169 of file qalgorithms.h.
{
return (t2 < t1);
}