#include <PtComparator.h>
Public Types | |
typedef T | first_argument_type |
typedef T | second_argument_type |
Public Member Functions | |
bool | operator() (const T &t1, const T &t2) const |
Definition at line 17 of file PtComparator.h.
typedef T LessByPt< T >::first_argument_type |
Definition at line 18 of file PtComparator.h.
typedef T LessByPt< T >::second_argument_type |
Definition at line 19 of file PtComparator.h.
bool LessByPt< T >::operator() | ( | const T & | t1, |
const T & | t2 | ||
) | const [inline] |
Definition at line 20 of file PtComparator.h.
{
return t1.pt() < t2.pt();
}