The Gaudi Framework  v33r1 (b1225454)
concurrency::CompareNodes< T > Struct Template Reference

#include <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 628 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 629 of file PrecedenceRulesGraph.h.

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

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