ATLAS Offline Software
Loading...
Searching...
No Matches
ExpressionParsing::Helper_gt Class Reference
Collaboration diagram for ExpressionParsing::Helper_gt:

Public Member Functions

template<class T>
int compare (const T &a, const T &b)

Detailed Description

Definition at line 500 of file StackElement.cxx.

Member Function Documentation

◆ compare()

template<class T>
int ExpressionParsing::Helper_gt::compare ( const T & a,
const T & b )
inline

Definition at line 500 of file StackElement.cxx.

500{ public: template <class T> int compare(const T &a, const T &b) { return a > b; } };
int compare(const T &a, const T &b)
TList * a

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