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 |
Static Public Member Functions | |
static int | compare (const T &v1, const T &v2) |
Implementation of Comparator concept based on the use of a global function named compare() and taking two values of type T.
T | Type of item to compare. |
typedef T t |
|
inlinestatic |