comparer holder fo ZFComparerDefault, you may specialize this class to supply your custom type's comparation, or use ZFCOMPARER_DEFAULT_DECLARE for short More...
#include <ZFComparer.h>
Static Public Member Functions | |
static ZFCompareResult | comparer (T_Comparable0 const &v0, T_Comparable1 const &v1) |
default comparer | |
comparer holder fo ZFComparerDefault, you may specialize this class to supply your custom type's comparation, or use ZFCOMPARER_DEFAULT_DECLARE for short
|
inlinestatic |
default comparer
by default, use operator==
or operator<
if available, use ZFCOMPARER_DEFAULT_DECLARE to implement custom compare logic