[#BloombergLP-bdlc-FlatHashTable_IteratorImp-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::xref:BloombergLP/bdlc/FlatHashTable_IteratorImp.adoc[FlatHashTable_IteratorImp]::FlatHashTable_IteratorImp :relfileprefix: ../../../ :mrdocs: Create a `FlatHashTable_IteratorImp` referencing the first element of the specified `entries` and `controls`, which have the specified `additionalLength` values. The behavior is undefined unless `entries` points to at least `1 + additionalLength` entry values and `controls` points to at least `1 + additionalLength + ControlGroup::k_SIZE` control values. == Synopsis Declared in `<bdlc_flathashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- FlatHashTable_IteratorImp( ENTRY* entries, uint8_t const* controls, std::size_t additionalLength); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#