CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
pt_less< T > Struct Template Reference

#include <special_less.h>

Inheritance diagram for pt_less< T >:

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.

15  {return x.Pt() < y.Pt();}
x
Definition: VDTMath.h:216