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