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