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