Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::CompareComparator< T > Class Template Reference

#include <elm/compare.h>

Static Public Member Functions

static int compare (const T &v1, const T &v2)
 

Detailed Description

template<class T>
class elm::CompareComparator< T >

Implementation of the elm::concept::Comparator for values providing a compare() method.

Parameters
TType of the values.

Member Function Documentation

template<class T>
static int elm::CompareComparator< T >::compare ( const T &  v1,
const T &  v2 
)
static

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