NonMonotone class
.
More...
#include <keyvalue/key/generic/monotone/NonMonotone.h>
Static Public Member Functions | |
template<typename ElementType > | |
static bool | check (const ElementType &x, const ElementType &y) |
Returns true . | |
static const char * | getName () |
Does not do anything. |
NonMonotone class
.
Used for keys with non monotone values.
static bool check | ( | const ElementType & | x, | |
const ElementType & | y | |||
) | [static] |
Returns true
.
x | : Ignored; | |
y | : Ignored. | |
ElementType | : (template parameter) Type of x. Accepted types are double , ptime , string and unsigned int . (Other types will generate a link error.) |
true
. static const char* getName | ( | ) | [static] |
Does not do anything.
This method must not be called. Otherwise we a LogicError will be thrown. It is here just to comply with comparison class
es specifications.
LogicError. |