CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 128 of file RunInfoProxy.cc.

Member Function Documentation

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

Definition at line 129 of file RunInfoProxy.cc.

130  {
131  return (y > std::get<2>(x));
132  }