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

#include <elm/compare.h>

Public Types

typedef T t
 

Public Member Functions

 ReverseComparator (const C &c=single< C >())
 
int doCompare (const T &v1, const T &v2) const
 

Static Public Member Functions

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

Member Typedef Documentation

◆ t

typedef T t

Constructor & Destructor Documentation

◆ ReverseComparator()

ReverseComparator ( const C &  c = single<C>())
inline

Member Function Documentation

◆ compare()

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

◆ doCompare()

int doCompare ( const T &  v1,
const T &  v2 
) const
inline

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