#include <datatypelib.h>
FastCompare can be used instead of DefaultCompare when you need a fast ordered comparison of InternedIds. The comparison isn't based on the content (the characters) of the InternedId, but on the unique pointer. This is much faster to compare, but the order isn't stable across different runs of the application.
Static Public Member Functions | |
static Bool | IsEqual (const InternedId &a, const InternedId &b) |
static Bool | LessThan (const InternedId &a, const InternedId &b) |
|
static |
|
static |