Return (a copy of) the binary key‐equality functor used by this flat hash table that returns true if two KEY objects are equal, and false otherwise.
Synopsis
Declared in <bdlc_flathashtable.h>
EQUAL
key_eq() const;
Return Value
key‐equality functor used by this table
Created with MrDocs