The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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 52 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 54 of file ChronoStatSvc.cpp.

54 {
55 auto e1 = p1.first;
56 auto e2 = p2.first;
57 return ( !e1 || !e2 ) || *e1 < *e2;
58 }
HepRndm::Engine< TripleRand > e2
HepRndm::Engine< DualRand > e1

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