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 t1.first < t2.first (i.e., increasing).
Definition at line 39 of file CoinSort.hpp.
| bool CoinFirstLess_2< S, T >::operator() | ( | const CoinPair< S, T > & | t1, | |
| const CoinPair< S, T > & | t2 | |||
| ) | const [inline] |
Compare function.
Definition at line 42 of file CoinSort.hpp.
1.6.1