CMS 3D CMS Logo

List of all members | Public Member Functions
theLHCInfoImpl::IOVComp Struct Reference

Public Member Functions

bool operator() (const cond::Time_t &x, const std::pair< cond::Time_t, std::shared_ptr< LHCInfo >> &y)
 

Detailed Description

Definition at line 97 of file LHCInfoPopConSourceHandler.cc.

Member Function Documentation

◆ operator()()

bool theLHCInfoImpl::IOVComp::operator() ( const cond::Time_t x,
const std::pair< cond::Time_t, std::shared_ptr< LHCInfo >> &  y 
)
inline

Definition at line 98 of file LHCInfoPopConSourceHandler.cc.

References x.

98  {
99  return (x < y.first);
100  }