CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
MaxFunctionSelector< T, fun > Struct Template Reference

#include <MaxFunctionSelector.h>

Public Member Functions

 MaxFunctionSelector (double max)
 
bool operator() (const T &t) const
 

Private Attributes

double max_
 

Detailed Description

template<typename T, double(T::*)() const fun>
struct MaxFunctionSelector< T, fun >

Definition at line 11 of file MaxFunctionSelector.h.

Constructor & Destructor Documentation

◆ MaxFunctionSelector()

template<typename T , double(T::*)() const fun>
MaxFunctionSelector< T, fun >::MaxFunctionSelector ( double  max)
inline

Member Function Documentation

◆ operator()()

template<typename T , double(T::*)() const fun>
bool MaxFunctionSelector< T, fun >::operator() ( const T t) const
inline

Member Data Documentation

◆ max_

template<typename T , double(T::*)() const fun>
double MaxFunctionSelector< T, fun >::max_
private

Definition at line 16 of file MaxFunctionSelector.h.

Referenced by MaxFunctionSelector< T, fun >::operator()().