Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/equiv.h>
Inherits C.
Public Types | |
typedef C::t | t |
Public Member Functions | |
bool | isEqual (const t &v1, const t &v2) const |
Static Public Member Functions | |
static bool | equals (const t &v1, const t &v2) |
Implements the Equiv concept using a comparator object.
T | Type of compared data. |
C | Comparator type (default to Comparator<T>). |
typedef C::t t |