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 bool | equals (const T &v1, const T &v2) |
Static Public Attributes | |
static Equiv< T > | def |
Default implementation of the concept elm::concept::Equiv.
T | Type of compared values. |
typedef T t |
|
inlinestatic |
Compare two values.
v1 | First value. |
v2 | Second value. |
Referenced by HashKey< K >::equals(), and Equiv< elm::dtd::AbstractAttribute * >::isEqual().
|
inline |
|
static |