Constructors
Synopses
Declared in <bdlc_flathashtable.h>
Create a FlatHashTable_IteratorImp having the default, non‐dereferencable value.
Create a FlatHashTable_IteratorImp having the same value as the specified original.
FlatHashTable_IteratorImp(FlatHashTable_IteratorImp const& original);
Create an iterator at the first element of entries/`controls`.
FlatHashTable_IteratorImp(
ENTRY* entries,
uint8_t const* controls,
std::size_t additionalLength);
Parameters
Name |
Description |
original |
iterator to copy |
entries |
pointer to the entries array |
controls |
pointer to the controls array |
additionalLength |
remaining in‐range length after this position |
Created with MrDocs