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 136 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 138 of file RunInfoProxy.cc.

138 { return ( y > std::get<0>(x) ); }