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