Same as the preceding overload for key/value pair buckets.
Synopsis
Declared in <bdlc_hashtable.h>
template<
class KEY,
class VALUE>
static
bool
isNull(bsl::pair<KEY, VALUE> const& bucket);
Return Value
true if bucket is null, and false otherwise
Parameters
Name |
Description |
bucket |
bucket to test for a null value |
Created with MrDocs