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