![]() |
Blaze
3.6
|
Generic wrapper for the less-than relational operator. More...
#include <Less.h>
Public Member Functions | |
template<typename T1 , typename T2 > | |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T1 &a, const T2 &b) const |
Returns the result of the less-than relational operator for the given objects/values. More... | |
Generic wrapper for the less-than relational operator.
|
inline |
Returns the result of the less-than relational operator for the given objects/values.
a | The left-hand side object/value. |
b | The right-hand side object/value. |