Insert the specified link, having the specified (non‐adjusted) hashCode, into the specified anchor, into the bucket with index computeBucketIndex(hashCode, anchor‐>bucketArraySize()), after the last node in the bucket. The behavior is undefined unless anchor is well‐formed (see isWellFormed) for some combination of KEY_CONFIG and HASHER such that link refers to a node of type BidirectionalNode<KEY_CONFIG::ValueType> and HASHER(extractKey<KEY_CONFIG>(link)) returns hashCode.
Synopsis
Declared in <bslalg_hashtableimputil.h>
static
void
insertAtBackOfBucket(
HashTableAnchor* anchor,
BidirectionalLink* link,
std::size_t hashCode);
Created with MrDocs