#include <compare.hpp>
Public Member Functions | |
template<typename T1 , typename T2 > | |
bool | operator() (const T1 &Arg1, const T2 &Arg2) const |
Functor operation. More... | |
is_less functor
Convenient version of standard std::less. Operation is templated, therefore it is not required to specify the exact types upon the construction
|
inline |
Functor operation.
Compare two operands using > operator