ATLAS Offline Software
Loading...
Searching...
No Matches
IOVEntryComp< T > Class Template Reference

#include <IOVEntryT.h>

Collaboration diagram for IOVEntryComp< T >:

Public Member Functions

bool operator() (const IOVEntryT< T > &p1, const IOVEntryT< T > &p2) const

Detailed Description

template<typename T>
class IOVEntryComp< T >

Definition at line 75 of file IOVEntryT.h.

Member Function Documentation

◆ operator()()

template<typename T>
bool IOVEntryComp< T >::operator() ( const IOVEntryT< T > & p1,
const IOVEntryT< T > & p2 ) const
inline

Definition at line 77 of file IOVEntryT.h.

77 {
78 return p1.range().start() > p2.range().start();
79 }

The documentation for this class was generated from the following file: