Public Member Functions | |
bool | operator() (const Latency &lat1, const Latency &lat2) |
Definition at line 136 of file SiStripLatency.h.
bool SiStripLatency::EqualByLatencyAndMode::operator() | ( | const Latency & | lat1, |
const Latency & | lat2 | ||
) | [inline] |
Definition at line 138 of file SiStripLatency.h.
References SiStripLatency::Latency::latency, and SiStripLatency::Latency::mode.
{
return( (lat1.latency == lat2.latency) && (lat1.mode == lat2.mode) );
}