CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
LessByEt< T > Struct Template Reference

#include <EtComparator.h>

Public Types

typedef T first_argument_type
 
typedef T second_argument_type
 

Public Member Functions

bool operator() (const T &t1, const T &t2) const
 

Detailed Description

template<typename T>
struct LessByEt< T >

Definition at line 16 of file EtComparator.h.

Member Typedef Documentation

◆ first_argument_type

template<typename T >
typedef T LessByEt< T >::first_argument_type

Definition at line 17 of file EtComparator.h.

◆ second_argument_type

template<typename T >
typedef T LessByEt< T >::second_argument_type

Definition at line 18 of file EtComparator.h.

Member Function Documentation

◆ operator()()

template<typename T >
bool LessByEt< T >::operator() ( const T t1,
const T t2 
) const
inline

Definition at line 19 of file EtComparator.h.

References RandomServiceHelper::t1, and RandomServiceHelper::t2.