![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/equiv.h>
Inheritance diagram for Equiv< T >: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< T >::equals(), and Equiv< T >::isEqual().
|
inline |
References Equiv< T >::equals().
|
static |