BloombergLP::bdlc::HashTableDefaultTraits::isRemoved

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

Synopsis

Declared in <bdlc_hashtable.h>

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

Return Value

true if bucket is removed, and false otherwise

Parameters

NameDescription
bucketbucket to test for a removed value