#include <LHCbMath.h>
Public Member Functions | |
TYPE | operator() (typename boost::call_traits< const TYPE >::param_type v1, typename boost::call_traits< const TYPE >::param_type v2) const |
Public Attributes | |
std::less< TYPE > | m_eval |
evaluator: |
Definition at line 51 of file LHCbMath.h.
TYPE LHCb::Math::abs_less< TYPE >::operator() | ( | typename boost::call_traits< const TYPE >::param_type | v1, | |
typename boost::call_traits< const TYPE >::param_type | v2 | |||
) | const [inline] |
Definition at line 54 of file LHCbMath.h.
00056 { 00057 return m_eval ( std::fabs( v1 ) , std::fabs( v2 ) ) ; 00058 }
std::less<TYPE> LHCb::Math::abs_less< TYPE >::m_eval |