|
| template<class T> |
| int | compare (const T &a, const T &b) |
Definition at line 501 of file StackElement.cxx.
◆ compare()
template<class T>
| int ExpressionParsing::Helper_gte::compare |
( |
const T & | a, |
|
|
const T & | b ) |
|
inline |
Definition at line 501 of file StackElement.cxx.
501{
public:
template <
class T>
int compare(
const T &
a,
const T &b) {
return a >=
b; } };
int compare(const T &a, const T &b)
The documentation for this class was generated from the following file: