DESY Hbb Analysis Framework
Public Types | Public Member Functions | List of all members
less_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 less_second< T1, T2 >

Definition at line 24 of file utilLib.h.

Member Typedef Documentation

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

Definition at line 25 of file utilLib.h.

Member Function Documentation

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

Definition at line 26 of file utilLib.h.

26  {
27  return a.second < b.second;
28  }

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