Return true if the specified bucket has a null value, and false otherwise.
Declared in <bdlc_hashtable.h>
template<class BUCKET>
static
bool
isNull(BUCKET const& bucket);
true if bucket is null, and false otherwise
| Name | Description |
|---|---|
| bucket | bucket to test for a null value |