BloombergLP::bdlc::HashTableDefaultTraits::isRemoved

isRemoved overloads

Synopses

Declared in <bdlc_hashtable.h>

Same as the preceding overload for C-string buckets.

static
bool
isRemoved(ConstCharPtr const& bucket);
» more...

Same as the preceding overload for bsl::string buckets.

static
bool
isRemoved(bsl::string const& bucket);
» more...

Return true if the specified bucket has a removed value, and false otherwise.

template<class BUCKET>
static
bool
isRemoved(BUCKET const& bucket);
» more...

Same as the preceding overload for key/value pair buckets.

template<
    class KEY,
    class VALUE>
static
bool
isRemoved(bsl::pair<KEY, VALUE> const& bucket);
» more...