Set first and last to the specified values. Behavior is undefined unless 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.
Synopsis
Declared in <bslalg_hashtablebucket.h>
void
setFirstAndLast(
BidirectionalLink* first,
BidirectionalLink* last);
Created with MrDocs