CppNoddy
0.92
|
A function object predicate that compares the absolute value of two elements and returns a true of elt1 < elt2. More...
#include <Functors.h>
Public Member Functions | |
bool | operator() (_Type elt1, _Type elt2) |
Return true if argument 1 < argument 2. More... | |
A function object predicate that compares the absolute value of two elements and returns a true of elt1 < elt2.
Definition at line 15 of file Functors.h.
|
inline |
Return true if argument 1 < argument 2.
elt1 | First element to compare |
elt2 | Second element to compare |
Definition at line 20 of file Functors.h.
© 2012
R.E. Hewitt