CXXR (C++ R)
|
For sorting Provenance objects by timestamp. More...
#include <Provenance.hpp>
Public Member Functions | |
bool | operator() (const Provenance *lhs, const Provenance *rhs) const |
Comparison operator. |
For sorting Provenance objects by timestamp.
This is a function object class for comparing two Provenance objects according to their timestamps.
|
inline |
Comparison operator.
lhs | Non-null pointer to Provenance object. |
rhs | Non-null pointer to Provenance object. |