#include <MinFunctionSelector.h>
Public Member Functions | |
MinFunctionSelector (double min) | |
bool | operator() (const T &t) const |
Private Attributes | |
double | min_ |
Definition at line 11 of file MinFunctionSelector.h.
MinFunctionSelector< T, fun >::MinFunctionSelector | ( | double | min | ) | [inline] |
Definition at line 12 of file MinFunctionSelector.h.
bool MinFunctionSelector< T, fun >::operator() | ( | const T & | t | ) | const [inline] |
Definition at line 14 of file MinFunctionSelector.h.
References MinFunctionSelector< T, fun >::min_.
double MinFunctionSelector< T, fun >::min_ [private] |
Definition at line 16 of file MinFunctionSelector.h.
Referenced by MinFunctionSelector< T, fun >::operator()().