CMS 3D CMS Logo

Public Member Functions

pt_less< T > Struct Template Reference

#include <special_less.h>

Inheritance diagram for pt_less< T >:
binary_function

List of all members.

Public Member Functions

bool operator() (const T &x, const T &y) const

Detailed Description

template<class T>
struct pt_less< T >

Definition at line 13 of file special_less.h.


Member Function Documentation

template<class T >
bool pt_less< T >::operator() ( const T x,
const T y 
) const [inline]

Definition at line 14 of file special_less.h.

  {return x.Pt() < y.Pt();}