Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

sortFnPairFirst Struct Reference

List of all members.

Public Member Functions

bool operator() (const pair< unsigned, double > &elem1, const pair< unsigned, double > &elem2)

Member Function Documentation

bool sortFnPairFirst::operator() const pair< unsigned, double > &  elem1,
const pair< unsigned, double > &  elem2
[inline]
 

Definition at line 285 of file DB.cxx.

00287   { return(elem1.first < elem2.first); }


The documentation for this struct was generated from the following file:
Generated on Mon Apr 25 01:15:47 2005 for Parquete by doxygen 1.3.2