Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
GlobalComparator< T > Class Template Reference

#include <elm/compare.h>

Public Types

typedef T t
 

Static Public Member Functions

static int compare (const T &v1, const T &v2)
 

Detailed Description

template<class T>
class elm::GlobalComparator< T >

Implementation of Comparator concept based on the use of a global function named compare() and taking two values of type T.

Parameters
TType of item to compare.

Member Typedef Documentation

◆ t

typedef T t

Member Function Documentation

◆ compare()

static int compare ( const T &  v1,
const T &  v2 
)
inlinestatic

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