The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
ParticleProperty::Compare Struct Reference

#include </builds/gaudi/Gaudi/GaudiPartProp/include/Gaudi/ParticleProperty.h>

Public Member Functions

bool operator() (const ParticleProperty *p1, const ParticleProperty *p2) const
 

Member Function Documentation

◆ operator()()

bool Gaudi::ParticleProperty::Compare::operator() ( const ParticleProperty * p1,
const ParticleProperty * p2 ) const
inline

Definition at line 45 of file ParticleProperty.h.

45 {
46 return p1 == p2 ? false : 0 == p1 ? true : 0 == p2 ? false : ( *p1 < *p2 );
47 }

The documentation for this struct was generated from the following file: