8 return fabs(x) < fabs(y);
13 struct pt_less : std::binary_function <T,T,bool> {
15 {
return x.Pt() < y.Pt();}
21 {
return x.second < y.second;}
bool operator()(const T &x, const T &y) const
bool operator()(const double x, const double y) const
bool operator()(const T &x, const T &y) const