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