Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include </home/casse/Dev/elm/src/concepts.h>
Public Member Functions | |
int | compare (T v1, T v2) |
The Compare concept enables the comparison of values using a single method compare. Unlike Comparator, it supports a comparison induced from an instance and, therefore, dependeng not only on the type but also on the instance state.
T | Type of value to compare. |
int compare | ( | T | v1, |
T | v2 | ||
) |