CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 127 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 128 of file RunInfoProxy.cc.

129  {
130  return (y > std::get<0>(x));
131  }