BloombergLP::bdlc::HashTableDefaultTraits::areEqual

Same as the preceding overload for null-terminated C strings.

Synopsis

Declared in <bdlc_hashtable.h>

static
bool
areEqual(
    ConstCharPtr const& key1,
    ConstCharPtr const& key2);

Return Value

true if key1 and key2 are equal, and false otherwise

Parameters

NameDescription
key1first key to compare
key2second key to compare