Return a copy of the key‐equality functor used by this hash map.

Synopsis

Declared in <bdlcc_stripedunorderedmap.h>

EQUAL
equalFunction() const;

Description

The returned function will return true if two KEY objects have the same value, and false otherwise.

Return Value

a copy of the key‐equality functor used by this hash map

Created with MrDocs