Return true if the specified linkAddress is the address of one of the links in the list of elements in the closed range [bucket.first(), bucket.last()].
Declared in <bslalg_hashtableimputil.h>
static
bool
bucketContainsLink(
HashTableBucket const& bucket,
BidirectionalLink* linkAddress);
true if linkAddress is in the bucket's element range
| Name | Description |
|---|---|
| bucket | bucket whose element range to search |
| linkAddress | link to test for membership in bucket |