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

#include <elm/equiv.h>

Inherits C.

Public Types

typedef C::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)
 

Detailed Description

template<class C>
class elm::CompareEquiv< C >

Implements the Equiv concept using a comparator object.

Parameters
TType of compared data.
CComparator type (default to Comparator<T>).

Member Typedef Documentation

◆ t

typedef C::t t

Member Function Documentation

◆ equals()

static bool equals ( const t v1,
const t v2 
)
inlinestatic

◆ isEqual()

bool isEqual ( const t v1,
const t v2 
) const
inline

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