Belle II Software development
|
Binary functor for greater comparison of arbitrary objects - equivalent to std::greater<> (c++14) More...
#include <Functional.h>
Public Member Functions | |
operator FunctorTag () | |
Marker function for the isFunctor test. | |
template<class T1 , class T2 > | |
auto | operator() (const T1 &t1, const T2 &t2) const -> decltype(t1 > t2) |
Operator for greater comparison of an arbitrary object. | |
Binary functor for greater comparison of arbitrary objects - equivalent to std::greater<> (c++14)
Definition at line 489 of file Functional.h.
|
inline |
Operator for greater comparison of an arbitrary object.
Definition at line 495 of file Functional.h.