BloombergLP::bdlc::HashTableDefaultTraits::isNull

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

Synopsis

Declared in <bdlc_hashtable.h>

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

Return Value

true if bucket is null, and false otherwise

Parameters

NameDescription
bucketbucket to test for a null value