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