Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/compare.h>
Public Types | |
typedef T | t |
Public Member Functions | |
int | doCompare (const T &v1, const T &v2) const |
Static Public Member Functions | |
static int | compare (const T &v1, const T &v2) |
Implementation of the elm::concept::Comparator for values providing a dynamic compare() method.
T | Type of the values. |
typedef T t |
|
inlinestatic |
|
inline |