Constructors
Declared in <bslstp_hashtable.h>
Create a singular iterator.
_Hashtable_iterator();
» more...
Create an iterator referencing the specified __n in the specified __tab hashtable.
_Hashtable_iterator(
_Node* __n,
_Hashtable* __tab);
» more...
| Name | Description |
|---|---|
| __n | node referenced by the iterator |
| __tab | hashtable that owns __n |