Integer comparison structure for HashMap. More...
#include <HashMap.h>
Public Member Functions | |
bool | operator() (const int i1, const int i2) const |
Integer comparison structure for HashMap.
The following structure essentially provides the functor for comparion operator needed by the hash_map for comparing hash_key values. This structure specifically provides comparison for hash_map's whose key values are standard integers.
Definition at line 163 of file HashMap.h.
bool EqualInteger::operator() | ( | const int | i1, | |
const int | i2 | |||
) | const [inline] |