Return the address of the underlying entries array, or 0.

Synopsis

Declared in <bdlc_flathashtable.h>

ENTRY const*
entries() const;

Description

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.

Return Value

address of the entries array, or 0

Created with MrDocs