#include <JetUtil.h>
|
template<typename T > |
bool | operator() (const T &i, const T &j) |
|
Definition at line 13 of file JetUtil.h.
template<typename T >
bool EtGreater::operator() |
( |
const T & |
i, |
|
|
const T & |
j |
|
) |
| |
|
inline |
Definition at line 15 of file JetUtil.h.
16 return (
i.et() > j.et());