Return the address of the last element in this hash bucket, or a null pointer value if the bucket is empty.
Synopsis
Declared in <bslalg_hashtablebucket.h>
BidirectionalLink*
last() const;
Return Value
address of the last element, or 0 if empty
Created with MrDocs