Set first and last to the specified values.
Declared in <bslalg_hashtablebucket.h>
void
setFirstAndLast(
BidirectionalLink* first,
BidirectionalLink* last);
Behavior is undefined unless first == last, or unless first and last are links from the same list, where first precedes last in the list. Note that first and last may both have a null pointer value, indicating an empty bucket.
| Name | Description |
|---|---|
| first | new first element of this bucket |
| last | new last element of this bucket |