[#BloombergLP-bdlc-FlatHashTable-entries] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable.adoc[FlatHashTable]::entries :relfileprefix: ../../../ :mrdocs: Return the address of the first element of the underlying array of entries in this table, or 0 if this table is in the zero‐capacity state. The behavior is undefined unless the address is verified in‐use through use of the `controls` array before dereferencing an entry in this array. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ENTRY const* entries() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#