SLIP
1.4
|
Compare two element according to their absolute value. Return true if std::abs(__x) > std::abs( __y). More...
#include <macros.hpp>
Public Member Functions | |
bool | operator() (const _Tp &__x, const _Tp &__y) const |
Compare two element according to their absolute value. Return true if std::abs(__x) > std::abs( __y).
__x | The first value. |
__y | The second value. |
Definition at line 171 of file macros.hpp.
|
inline |
Definition at line 175 of file macros.hpp.