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