The Gaudi Framework  master (37c0b60a)
CompareFirstOfPointerPair_t Struct Reference

Public Member Functions

template<typename S , typename T >
bool operator() (const std::pair< S *, T * > &p1, const std::pair< S *, T * > &p2) const
 

Detailed Description

Definition at line 55 of file ChronoStatSvc.cpp.

Member Function Documentation

◆ operator()()

template<typename S , typename T >
bool CompareFirstOfPointerPair_t::operator() ( const std::pair< S *, T * > &  p1,
const std::pair< S *, T * > &  p2 
) const
inline

Definition at line 57 of file ChronoStatSvc.cpp.

57  {
58  auto e1 = p1.first;
59  auto e2 = p2.first;
60  return ( !e1 || !e2 ) || *e1 < *e2;
61  }

The documentation for this struct was generated from the following file:
AlgSequencer.p2
p2
Definition: AlgSequencer.py:30
AlgSequencer.p1
p1
Definition: AlgSequencer.py:29
e2
HepRndm::Engine< TripleRand > e2
Definition: HepRndmEngines.cpp:203
HepRndm::Engine
Definition: HepRndmEngine.h:35