areEqual overloads
Synopses
Declared in <bdlc_hashtable.h>
Same as the preceding overload for null‐terminated C strings.
static
bool
areEqual(
ConstCharPtr const& key1,
ConstCharPtr const& key2);
Return true if the specified key1 and the specified key2 are equal, and false otherwise.
template<class KEY>
static
bool
areEqual(
KEY const& key1,
KEY const& key2);
Return Value
true if key1 and key2 are equal, and false otherwise
Parameters
Name |
Description |
key1 |
first key to compare |
key2 |
second key to compare |
Created with MrDocs