#include <IOVEntry.h>
Definition at line 40 of file IOVEntry.h.
◆ operator()() [1/2]
| bool IOVEntry::IOVEntryStopCritereon::operator() |
( |
const IOVEntry & | p1, |
|
|
const IOVEntry & | p2 ) const |
|
inline |
Definition at line 42 of file IOVEntry.h.
42 {
43 return p1.range()->stop() <
p2.range()->stop();
44 }
◆ operator()() [2/2]
| bool IOVEntry::IOVEntryStopCritereon::operator() |
( |
const IOVEntry * | p1, |
|
|
const IOVEntry * | p2 ) const |
|
inline |
Definition at line 45 of file IOVEntry.h.
45 {
46 return p1->range()->stop() <
p2->range()->stop();
47 }
The documentation for this class was generated from the following file: