#include <CdbNTupleIsLessComparatorDefaultImpl.hh>
Inheritance diagram for CdbNTupleIsLessComparatorDefaultImpl< T, NCOL >:

Public Member Functions | |
| virtual bool | isLess (const std::vector< T > &theLeftRow, const std::vector< T > &theRightRow) const |
| Compare two rows. | |
This implementation does collumn wise comparision of two rows in the "left-to-right" direction.
REQUIREMENTS:
The type 'T' is expected to have the 'operator<' defined in order to use this comparator's implementation.
Definition at line 23 of file CdbNTupleIsLessComparatorDefaultImpl.hh.
|
||||||||||||||||
|
Compare two rows. The implementation of the method defined by a base class or an interface.
Implements CdbNTupleIsLessComparator< T, NCOL >. Definition at line 17 of file CdbNTupleIsLessComparatorDefaultImpl.cc. |
1.3-rc3