The Gaudi Framework  master (594c33fa)
concurrency::CompareNodes< T > Struct Template Reference

#include </builds/gaudi/Gaudi/GaudiHive/src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

bool operator() (const T &a, const T &b) const
 

Detailed Description

template<typename T>
struct concurrency::CompareNodes< T >

Definition at line 614 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()()

template<typename T >
bool concurrency::CompareNodes< T >::operator() ( const T &  a,
const T &  b 
) const
inline

Definition at line 615 of file PrecedenceRulesGraph.h.

615 { return a->name() < b->name(); }

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