Constructors
Declared in <bdlc_flathashtable.h>
Create a FlatHashTable_IteratorImp having the default, non-dereferencable value.
FlatHashTable_IteratorImp();
» more...
Create a FlatHashTable_IteratorImp having the same value as the specified original.
FlatHashTable_IteratorImp(FlatHashTable_IteratorImp const& original);
» more...
Create an iterator at the first element of entries/controls.
FlatHashTable_IteratorImp(
ENTRY* entries,
uint8_t const* controls,
std::size_t additionalLength);
» more...
| 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 |