setToNull overloads
Synopses
Declared in <bdlc_hashtable.h>
Same as the preceding overload for C‐string buckets.
static
void
setToNull(ConstCharPtr* bucket);
Same as the preceding overload for bsl::string buckets.
static
void
setToNull(bsl::string* bucket);
Load a null value into the specified bucket.
template<class BUCKET>
static
void
setToNull(BUCKET* bucket);
Same as the preceding overload for key/value pair buckets.
template<
class KEY,
class VALUE>
static
void
setToNull(bsl::pair<KEY, VALUE>* bucket);
Created with MrDocs