Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Compare< T > Class Template Reference

#include </home/casse/Dev/elm/src/concepts.h>

Public Member Functions

int compare (T v1, T v2)
 

Detailed Description

template<class T>
class elm::concept::Compare< T >

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.

Parameters
TType of value to compare.

Member Function Documentation

◆ compare()

int compare ( v1,
v2 
)

The documentation for this class was generated from the following file: