|
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 147 of file macros.hpp.
|
inline |
Definition at line 151 of file macros.hpp.
1.8.6