CoinUtils
trunk
|
Function operator. More...
#include <CoinSort.hpp>
Public Member Functions | |
bool | operator() (const CoinTriple< S, T, U > &t1, const CoinTriple< S, T, U > &t2) const |
CoinExternalVectorFirstLess_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., increasing wrt. vec). Note that to use this comparison operator .first must be a data type automatically convertible to int.
Definition at line 533 of file CoinSort.hpp.
CoinExternalVectorFirstLess_3< S, T, U, V >::CoinExternalVectorFirstLess_3 | ( | const V * | v | ) | [inline] |
Definition at line 542 of file CoinSort.hpp.
bool CoinExternalVectorFirstLess_3< S, T, U, V >::operator() | ( | const CoinTriple< S, T, U > & | t1, |
const CoinTriple< S, T, U > & | t2 | ||
) | const [inline] |
Definition at line 539 of file CoinSort.hpp.