| 
    Dip
    0.92.4
    
   | 
 
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) | |
Private Member Functions | |
| CoinExternalVectorFirstLess_3 () | |
Private Attributes | |
| const V * | vec_ | 
Function operator.
Compare based on the entries of an external vector, i.e., returns true if vec[t1.first < vect2.first. Note that to use this comparison operator .first must be a data type automatically convertible to int.
Definition at line 593 of file CoinSort.hpp.
      
  | 
  private | 
      
  | 
  inline | 
Definition at line 606 of file CoinSort.hpp.
      
  | 
  inline | 
Definition at line 601 of file CoinSort.hpp.
References CoinTriple< S, T, U >::first, and CoinExternalVectorFirstLess_3< S, T, U, V >::vec_.
      
  | 
  private | 
Definition at line 598 of file CoinSort.hpp.
Referenced by CoinExternalVectorFirstLess_3< S, T, U, V >::operator()().
 1.8.5