Same as the preceding overload for key/value pair buckets.
Declared in <bdlc_hashtable.h>
template<
class KEY,
class VALUE>
static
bool
isRemoved(bsl::pair<KEY, VALUE> const& bucket);
true if bucket is removed, and false otherwise
| Name | Description |
|---|---|
| bucket | bucket to test for a removed value |