DESY Hbb Analysis Framework
Public Types | Public Member Functions | List of all members
great_second< T1, T2 > Struct Template Reference

#include <utilLib.h>

Public Types

typedef std::pair< T1, T2 > type
 

Public Member Functions

bool operator() (type const &a, type const &b) const
 

Detailed Description

template<typename T1, typename T2>
struct great_second< T1, T2 >

Definition at line 32 of file utilLib.h.

Member Typedef Documentation

template<typename T1 , typename T2 >
typedef std::pair<T1, T2> great_second< T1, T2 >::type

Definition at line 33 of file utilLib.h.

Member Function Documentation

template<typename T1 , typename T2 >
bool great_second< T1, T2 >::operator() ( type const &  a,
type const &  b 
) const
inline

Definition at line 34 of file utilLib.h.

34  {
35  return a.second > b.second;
36  }

The documentation for this struct was generated from the following file: