Dip
0.92.4
|
Function operator. More...
#include <CoinSort.hpp>
Public Member Functions | |
bool | operator() (const CoinPair< S, T > &t1, const CoinPair< S, T > &t2) const |
Compare function. More... | |
Function operator.
Returns true if abs(t1.first) < abs(t2.first) (i.e., increasing).
Definition at line 79 of file CoinSort.hpp.
|
inline |