Function operator. More...
#include <CoinSort.hpp>
Public Member Functions | |
bool | operator() (const CoinTriple< S, T, U > &t1, const CoinTriple< S, T, U > &t2) const |
CoinExternalVectorFirstGreater_3 (const V *v) |
Function operator.
Compare based on the entries of an external vector, i.e., returns true if vec[t1.first > vec[t2.first] (i.e., decreasing wrt. vec). Note that to use this comparison operator .first must be a data type automatically convertible to int.
Definition at line 551 of file CoinSort.hpp.
CoinExternalVectorFirstGreater_3< S, T, U, V >::CoinExternalVectorFirstGreater_3 | ( | const V * | v | ) | [inline] |
Definition at line 560 of file CoinSort.hpp.
bool CoinExternalVectorFirstGreater_3< S, T, U, V >::operator() | ( | const CoinTriple< S, T, U > & | t1, | |
const CoinTriple< S, T, U > & | t2 | |||
) | const [inline] |
Definition at line 557 of file CoinSort.hpp.