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