#include <IOVEntry.h>
Definition at line 29 of file IOVEntry.h.
◆ operator()() [1/2]
| bool IOVEntry::IOVEntryStartCritereon::operator() |
( |
const IOVEntry & | p1, |
|
|
const IOVEntry & | p2 ) const |
|
inline |
Definition at line 31 of file IOVEntry.h.
31 {
32 return p1.range()->start() >
p2.range()->start();
33 }
◆ operator()() [2/2]
| bool IOVEntry::IOVEntryStartCritereon::operator() |
( |
const IOVEntry * | p1, |
|
|
const IOVEntry * | p2 ) const |
|
inline |
Definition at line 34 of file IOVEntry.h.
34 {
35 return p1->range()->start() >
p2->range()->start();
36 }
The documentation for this class was generated from the following file: