Definition at line 156 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 159 of file qalgorithms.h.
{
return (t1 < t2);
}