CMS 3D CMS Logo

List of all members | Public Member Functions
cond::persistency::IOVRunComp Struct Reference

Public Member Functions

bool operator() (const std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > &x, const cond::Time_t &y)
 

Detailed Description

Definition at line 120 of file RunInfoProxy.cc.

Member Function Documentation

bool cond::persistency::IOVRunComp::operator() ( const std::tuple< cond::Time_t, boost::posix_time::ptime, boost::posix_time::ptime > &  x,
const cond::Time_t y 
)
inline

Definition at line 121 of file RunInfoProxy.cc.

122  {
123  return (y > std::get<0>(x));
124  }